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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompleted(Run<?, ?> run, TaskListener listener) voidsetNotificationService(com.cloudogu.scmmanager.NotificationService notificationService) Methods inherited from class hudson.model.listeners.RunListener
all, allowLoad, 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:
onCompletedin classRunListener<Run<?,?>>
-