Class ExecutionEndedMessage
- java.lang.Object
-
- step.plugins.notification.message.webhook.AutoToString
-
- step.plugins.notification.message.webhook.WebhookMessage
-
- step.plugins.notification.message.webhook.ExecutionMessage
-
- step.plugins.notification.message.webhook.ExecutionEndedMessage
-
- All Implemented Interfaces:
NotificationMessage
public class ExecutionEndedMessage extends ExecutionMessage
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_TYPE
String
status
-
Fields inherited from class step.plugins.notification.message.webhook.ExecutionMessage
controllerUrl, executionDescription, executionId, executionParameters, tenant
-
Fields inherited from class step.plugins.notification.message.webhook.WebhookMessage
eventType, payload, secret
-
-
Constructor Summary
Constructors Constructor Description ExecutionEndedMessage()
-
-
-
Field Detail
-
status
public String status
-
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
-
-