Class WaitForBuildListener
- java.lang.Object
-
- hudson.model.listeners.RunListener<Run<?,?>>
-
- org.jenkinsci.plugins.workflow.support.steps.build.WaitForBuildListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class WaitForBuildListener extends RunListener<Run<?,?>>
-
-
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 WaitForBuildListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDeleted(Run<?,?> run)
void
onFinalized(Run<?,?> run)
-
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onInitialize, onStarted, register, setUpEnvironment, unregister
-
-
-
-
Method Detail
-
onFinalized
public void onFinalized(Run<?,?> run)
- Overrides:
onFinalized
in classRunListener<Run<?,?>>
-
onDeleted
public void onDeleted(Run<?,?> run)
- Overrides:
onDeleted
in classRunListener<Run<?,?>>
-
-