Package org.marvelution.jji.listener
Class BuildListener
- All Implemented Interfaces:
ExtensionPoint
RunListener implementation that will notify all registered Jira instances that a build completed or was deleted.- Since:
- 3.5.0
- Author:
- Mark Rekveld
-
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) voidvoidsetClient(SitesClient client) Methods inherited from class hudson.model.listeners.RunListener
all, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
-
Constructor Details
-
BuildListener
public BuildListener()
-
-
Method Details
-
setClient
-
onCompleted
- Overrides:
onCompletedin classRunListener<Run>
-
onDeleted
- Overrides:
onDeletedin classRunListener<Run>
-