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_KEY

    Fields inherited from class org.opentestfactory.messages.WorkflowEvent

    JOB_ORIGIN_KEY

    Fields inherited from class org.opentestfactory.messages.OTFMessage

    apiVersion, NAME_KEY, WORKFLOW_ID_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.opentestfactory.messages.ExecutionCommand

    toString

    Methods inherited from class org.opentestfactory.messages.AbstractExecutionEvent

    isJobCompletedEvent, isJobStartedEvent, isStandardExecutionEvent, stepId, stepSequenceId

    Methods inherited from class org.opentestfactory.messages.WorkflowEvent

    jobId, jobOrigin, name, workflowId

    Methods inherited from class org.opentestfactory.messages.OTFMessage

    addMetadata, checkKind, equals, getApiVersion, getKind, getMetadata, hashCode, setApiVersion, setMetadata

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface EventDtoBase

    checkKind
  • Constructor Details

    • ExecutionCommand

      public ExecutionCommand(String apiVersion)