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