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 java.lang.String
EVENT_TYPE
java.lang.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()
-
Method Summary
-
Methods inherited from class step.plugins.notification.message.webhook.AutoToString
toString
-
-
-
-
Field Detail
-
status
public java.lang.String status
-
EVENT_TYPE
public static final java.lang.String EVENT_TYPE
- See Also:
- Constant Field Values
-
-