Package com.gitee.jenkins.listener
Class GiteeBuildDescriptionRunListener
- java.lang.Object
-
- hudson.model.listeners.RunListener<Run<?,?>>
-
- com.gitee.jenkins.listener.GiteeBuildDescriptionRunListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class GiteeBuildDescriptionRunListener extends RunListener<Run<?,?>>
RunListener that will be called when a build starts and completes. Will lookup trigger 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
Constructors Constructor Description GiteeBuildDescriptionRunListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onStarted(Run<?,?> build, TaskListener listener)
-
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onFinalized, onInitialize, register, setUpEnvironment, unregister
-
-
-
-
Method Detail
-
onStarted
public void onStarted(Run<?,?> build, TaskListener listener)
- Overrides:
onStarted
in classRunListener<Run<?,?>>
-
-