Package hudson.plugins.jobConfigHistory
Class JobConfigBadgeAction.Listener
- java.lang.Object
-
- hudson.model.listeners.RunListener<Run<?,?>>
-
- hudson.plugins.jobConfigHistory.JobConfigBadgeAction.Listener
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- JobConfigBadgeAction
@Extension public static class JobConfigBadgeAction.Listener extends RunListener<Run<?,?>>
Listener.
-
-
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 Listener()
-
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<?,?>>
-
-