Class GitLabBuildDescriptionRunListener
java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
com.dabsquared.gitlabjenkins.listener.GitLabBuildDescriptionRunListener
- All Implemented Interfaces:
ExtensionPoint
RunListener that will be called when a build starts and completes.
Will lookup GitLabPushTrigger and call set the build description if necessary.
- Author:
- Robin Müller
-
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
Methods inherited from class hudson.model.listeners.RunListener
all, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onFinalized, onInitialize, register, setUpEnvironment, unregister
-
Constructor Details
-
GitLabBuildDescriptionRunListener
public GitLabBuildDescriptionRunListener()
-
-
Method Details
-
onStarted
- Overrides:
onStarted
in classRunListener<Run<?,
?>>
-