Class ExecutionCommand
java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.WorkflowEvent
org.opentestfactory.messages.AbstractExecutionEvent
org.opentestfactory.messages.ExecutionCommand
org.opentestfactory.dto.v1.ExecutionCommand
- All Implemented Interfaces:
EventDtoBase
public class ExecutionCommand
extends org.opentestfactory.messages.ExecutionCommand
implements EventDtoBase
- Author:
- jthebault
-
Field Summary
Fields inherited from class org.opentestfactory.messages.AbstractExecutionEvent
JOB_COMPLETED_ID_SEQUENCE, JOB_STARTED_ID_SEQUENCE, STEP_ID_KEY, STEP_SEQUENCE_ID_KEYFields inherited from class org.opentestfactory.messages.WorkflowEvent
JOB_ORIGIN_KEYFields inherited from class org.opentestfactory.messages.OTFMessage
apiVersion, NAME_KEY, WORKFLOW_ID_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opentestfactory.messages.ExecutionCommand
toStringMethods inherited from class org.opentestfactory.messages.AbstractExecutionEvent
isJobCompletedEvent, isJobStartedEvent, isStandardExecutionEvent, stepId, stepSequenceIdMethods inherited from class org.opentestfactory.messages.WorkflowEvent
jobId, jobOrigin, name, workflowIdMethods inherited from class org.opentestfactory.messages.OTFMessage
addMetadata, checkKind, equals, getApiVersion, getKind, getMetadata, hashCode, setApiVersion, setMetadataMethods inherited from interface EventDtoBase
checkKind
-
Constructor Details
-
ExecutionCommand
-