Class CustomWebhookNotificationMessage
- java.lang.Object
-
- step.plugins.notification.message.customwebhook.CustomWebhookNotificationMessage
-
- All Implemented Interfaces:
NotificationMessage
public class CustomWebhookNotificationMessage extends Object implements NotificationMessage
-
-
Field Summary
Fields Modifier and Type Field Description ExecutionData
executionData
-
Constructor Summary
Constructors Constructor Description CustomWebhookNotificationMessage(ExecutionData executionData)
-
-
-
Field Detail
-
executionData
public final ExecutionData executionData
-
-
Constructor Detail
-
CustomWebhookNotificationMessage
public CustomWebhookNotificationMessage(ExecutionData executionData)
-
-