Class GeneratorCommand

java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.WorkflowEvent
org.opentestfactory.messages.GeneratorCommand
org.opentestfactory.dto.v1.GeneratorCommand
All Implemented Interfaces:
EventDtoBase

public class GeneratorCommand extends org.opentestfactory.messages.GeneratorCommand implements EventDtoBase
This is the incoming GeneratorCommand message.
Author:
edegenetais
  • Field Summary

    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
    GeneratorCommand(String apiVersion, Map<String,Object> with, String generator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Convenience override, because each generator may want to define its own subclass, not necessarily named 'GeneratorCommand'.

    Methods inherited from class org.opentestfactory.messages.GeneratorCommand

    getGenerator, getWith

    Methods inherited from class org.opentestfactory.messages.WorkflowEvent

    jobId, jobOrigin, name, workflowId

    Methods inherited from class org.opentestfactory.messages.OTFMessage

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

    Methods inherited from class Object

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

    Methods inherited from interface EventDtoBase

    checkKind
  • Constructor Details

  • Method Details

    • getKind

      public String getKind()
      Convenience override, because each generator may want to define its own subclass, not necessarily named 'GeneratorCommand'.
      Overrides:
      getKind in class org.opentestfactory.messages.OTFMessage
      Returns: