Package step.plugins.notification.event
Class ExecutionFailedEventType
- java.lang.Object
-
- step.plugins.notification.event.NotificationEventType
-
- step.plugins.notification.event.ExecutionFailedEventType
-
public class ExecutionFailedEventType extends NotificationEventType
-
-
Field Summary
-
Fields inherited from class step.plugins.notification.event.NotificationEventType
EXECUTION_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description ExecutionFailedEventType(MultitenancyManager multitenancyManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification
handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
-
Methods inherited from class step.plugins.notification.event.NotificationEventType
addNotificationBindingsForExecutionEvent, buildWebhookNotificationMessage, createNotification, getControllerUrl, getControllerUrl, getDescription, getExecutionParameters, getExecutionUrl, getExecutionUrl, getExecutionUrl, getRecipientContext, getStatus, getTenant, getTenant, getTenant
-
-
-
-
Constructor Detail
-
ExecutionFailedEventType
public ExecutionFailedEventType(MultitenancyManager multitenancyManager)
-
-
Method Detail
-
handle
public Notification handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
- Specified by:
handle
in classNotificationEventType
-
-