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
ConstructorDescriptionUnused - required by sezpozGlobalTimeOutRunListener
(ScheduledExecutorService scheduler, TimeOutProvider timeOutProvider, TimeOutStore store) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCompleted
(Run<?, ?> run, TaskListener listener) setUpEnvironment
(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.model.listeners.RunListener
all, 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:
setUpEnvironment
in classRunListener<Run<?,
?>> - Throws:
IOException
InterruptedException
Run.RunnerAbortedException
-
onCompleted
- Overrides:
onCompleted
in classRunListener<Run<?,
?>>
-