Class ExecutionReport


  • public class ExecutionReport
    extends java.lang.Object
    • Constructor Detail

      • ExecutionReport

        public ExecutionReport()
    • Method Detail

      • setCommandExecutions

        public void setCommandExecutions​(java.util.List<CypressCommandExecution> commandExecutions)
      • getSequence

        public long getSequence()
      • setSequence

        public void setSequence​(long sequence)
      • getError

        public java.lang.String getError()
      • setError

        public void setError​(java.lang.String error)
      • getAttachments

        public java.util.List<byte[]> getAttachments()
      • setAttachments

        public void setAttachments​(java.util.List<byte[]> attachments)