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()StringgetError()longgetSequence()voidsetAttachments(List<byte[]> attachments)voidsetCommandExecutions(List<CypressCommandExecution> commandExecutions)voidsetError(String error)voidsetSequence(long sequence)StringtoString()
-
-
-
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)
-
-