Class GlobalTimeOutRunListener
java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
hudson.plugins.build_timeout.global.GlobalTimeOutRunListener
- All Implemented Interfaces:
ExtensionPoint
-
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
ConstructorsConstructorDescriptionUnused - required by sezpozGlobalTimeOutRunListener(ScheduledExecutorService scheduler, TimeOutProvider timeOutProvider, TimeOutStore store) -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompleted(Run<?, ?> run, TaskListener listener) setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.model.listeners.RunListener
all, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, unregister
-
Constructor Details
-
GlobalTimeOutRunListener
public GlobalTimeOutRunListener()Unused - required by sezpoz -
GlobalTimeOutRunListener
@Inject public GlobalTimeOutRunListener(ScheduledExecutorService scheduler, TimeOutProvider timeOutProvider, TimeOutStore store)
-
-
Method Details
-
setUpEnvironment
public Environment setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException, Run.RunnerAbortedException - Overrides:
setUpEnvironmentin classRunListener<Run<?,?>> - Throws:
IOExceptionInterruptedExceptionRun.RunnerAbortedException
-
onCompleted
- Overrides:
onCompletedin classRunListener<Run<?,?>>
-