Package com.cloudogu.scmmanager
Class CompletionListener
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCompleted
(Run<?, ?> run, TaskListener listener) void
setNotificationService
(com.cloudogu.scmmanager.NotificationService notificationService) Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
-
Constructor Details
-
CompletionListener
public CompletionListener()
-
-
Method Details
-
setNotificationService
@Inject public void setNotificationService(com.cloudogu.scmmanager.NotificationService notificationService) -
onCompleted
- Overrides:
onCompleted
in classRunListener<Run<?,
?>>
-