Package step.plugins.notification.event
Class ExecutionEndedEventType
- java.lang.Object
-
- step.plugins.notification.event.NotificationEventType
-
- step.plugins.notification.event.ExecutionEndedEventType
-
public class ExecutionEndedEventType extends NotificationEventType
-
-
Field Summary
-
Fields inherited from class step.plugins.notification.event.NotificationEventType
EXECUTION_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description ExecutionEndedEventType(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
-
ExecutionEndedEventType
public ExecutionEndedEventType(MultitenancyManager multitenancyManager)
-
-
Method Detail
-
handle
public Notification handle(NotificationSubscription subscription, step.core.execution.ExecutionContext context)
- Specified by:
handle
in classNotificationEventType
-
-