Package hudson.plugins.build_timeout
Class BuildTimeoutWrapper.EnvironmentImpl
java.lang.Object
hudson.model.Environment
hudson.tasks.BuildWrapper.Environment
hudson.plugins.build_timeout.BuildTimeoutWrapper.EnvironmentImpl
- Enclosing class:
BuildTimeoutWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildEnvVars
(Map<String, String> env) void
void
boolean
tearDown
(AbstractBuild build, BuildListener listener) Methods inherited from class hudson.tasks.BuildWrapper.Environment
tearDown
Methods inherited from class hudson.model.Environment
create
-
Field Details
-
operationFailed
protected boolean operationFailed
-
-
Constructor Details
-
EnvironmentImpl
public EnvironmentImpl(AbstractBuild<?, ?> build, BuildListener listener) throws InterruptedException, org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException- Throws:
InterruptedException
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
-
-
Method Details
-
buildEnvVars
- Overrides:
buildEnvVars
in classEnvironment
-
reschedule
public void reschedule() -
rescheduleIfScheduled
public void rescheduleIfScheduled() -
tearDown
public boolean tearDown(AbstractBuild build, BuildListener listener) throws IOException, InterruptedException - Overrides:
tearDown
in classBuildWrapper.Environment
- Throws:
IOException
InterruptedException
-