Package step.plugins.cypress.report
Class ExecutionReport
- java.lang.Object
-
- step.plugins.cypress.report.ExecutionReport
-
public class ExecutionReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<byte[]>
getAttachments()
java.util.List<CypressCommandExecution>
getCommandExecutions()
java.lang.String
getError()
long
getSequence()
void
setAttachments(java.util.List<byte[]> attachments)
void
setCommandExecutions(java.util.List<CypressCommandExecution> commandExecutions)
void
setError(java.lang.String error)
void
setSequence(long sequence)
java.lang.String
toString()
-
-
-
Method Detail
-
getCommandExecutions
public java.util.List<CypressCommandExecution> getCommandExecutions()
-
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)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-