Class MilestoneStepExecution.Listener
java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
org.jenkinsci.plugins.pipeline.milestone.MilestoneStepExecution.Listener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
MilestoneStepExecution
-
Nested Class Summary
Nested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class RunListener
LISTENERS, targetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompleted(Run<?, ?> r, TaskListener listener) voidonStarted(Run<?, ?> r, TaskListener listener) Methods inherited from class RunListener
all, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, register, setUpEnvironment, unregister
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
onStarted
- Overrides:
onStartedin classRunListener<Run<?,?>>
-
onCompleted
- Overrides:
onCompletedin classRunListener<Run<?,?>>
-