Uses of Class
step.plugins.notification.data.ExecutionData
-
Packages that use ExecutionData Package Description step.plugins.notification.data step.plugins.notification.message.customwebhook -
-
Uses of ExecutionData in step.plugins.notification.data
Subclasses of ExecutionData in step.plugins.notification.data Modifier and Type Class Description class
ExecutionEndedData
class
ExecutionFailedData
-
Uses of ExecutionData in step.plugins.notification.message.customwebhook
Fields in step.plugins.notification.message.customwebhook declared as ExecutionData Modifier and Type Field Description ExecutionData
CustomWebhookNotificationMessage. executionData
Constructors in step.plugins.notification.message.customwebhook with parameters of type ExecutionData Constructor Description CustomWebhookNotificationMessage(ExecutionData executionData)
-