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