Class WorkflowLogNotification
java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.GenericNotification
org.opentestfactory.dto.v1.WorkflowLogNotification
public class WorkflowLogNotification
extends org.opentestfactory.messages.GenericNotification
- Author:
- edegenetais
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.opentestfactory.messages.GenericNotification
NOTIFICATION_KINDFields inherited from class org.opentestfactory.messages.OTFMessage
apiVersion, NAME_KEY, WORKFLOW_ID_KEY -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowLogNotification(String apiVersion, String name, String workflowId, WorkflowLogNotification.LogSpec spec) WorkflowLogNotification(String apiVersion, Map<String, Object> metadata, WorkflowLogNotification.LogSpec spec) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddJobOrigin(List<String> jobOrigin) voidvoidaddStepOrigin(List<String> stepOrigin) getSpec()voidMethods inherited from class org.opentestfactory.messages.GenericNotification
getKind, name, workflowIdMethods inherited from class org.opentestfactory.messages.OTFMessage
addMetadata, checkKind, equals, getApiVersion, getMetadata, hashCode, setApiVersion, setMetadata
-
Constructor Details
-
WorkflowLogNotification
public WorkflowLogNotification(String apiVersion, Map<String, Object> metadata, WorkflowLogNotification.LogSpec spec) -
WorkflowLogNotification
public WorkflowLogNotification(String apiVersion, String name, String workflowId, WorkflowLogNotification.LogSpec spec)
-
-
Method Details
-
addJobId
-
addStepId
-
addJobOrigin
-
addStepOrigin
-
getSpec
-
setSpec
-