Class WorkflowCancellation

java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.WorkflowCancellation
org.opentestfactory.dto.v1.WorkflowCancellation

public class WorkflowCancellation extends org.opentestfactory.messages.WorkflowCancellation
  • Field Summary

    Fields inherited from class org.opentestfactory.messages.OTFMessage

    apiVersion, NAME_KEY, WORKFLOW_ID_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    WorkflowCancellation(String apiVersion, Map<String,Object> metadata, String kind)
     
  • Method Summary

    Methods inherited from class org.opentestfactory.messages.WorkflowCancellation

    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, toString, wait, wait, wait
  • Constructor Details