Uses of Class
io.jenkins.plugins.pipeline.input.models.InputNotificationEvent
-
Packages that use InputNotificationEvent Package Description io.jenkins.plugins.pipeline.input.notifiers -
-
Uses of InputNotificationEvent in io.jenkins.plugins.pipeline.input.notifiers
Methods in io.jenkins.plugins.pipeline.input.notifiers with parameters of type InputNotificationEvent Modifier and Type Method Description void
HttpNotifier. notifyInputNotification(InputNotificationEvent event)
abstract void
InputNotifier. notifyInputNotification(InputNotificationEvent event)
Send notification after input started, approved, aborted
-