Class ExecutionFailedMessage
- 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.ExecutionFailedMessage
-
- All Implemented Interfaces:
NotificationMessage
public class ExecutionFailedMessage extends ExecutionMessage
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EVENT_TYPE
-
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 ExecutionFailedMessage()
-
Method Summary
-
Methods inherited from class step.plugins.notification.message.webhook.AutoToString
toString
-
-
-
-
Field Detail
-
EVENT_TYPE
public static final java.lang.String EVENT_TYPE
- See Also:
- Constant Field Values
-
-