Package com.inflectra.spiratest.plugins
Class SpiraBuilder.SpiraEnvironment
java.lang.Object
hudson.model.Environment
hudson.tasks.BuildWrapper.Environment
com.inflectra.spiratest.plugins.SpiraBuilder.SpiraEnvironment
- Enclosing class:
SpiraBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantearDown(AbstractBuild build, BuildListener listener) booleantearDown(Build build, BuildListener listener) Methods inherited from class hudson.model.Environment
buildEnvVars, create
-
Constructor Details
-
SpiraEnvironment
public SpiraEnvironment()
-
-
Method Details
-
tearDown
public boolean tearDown(AbstractBuild build, BuildListener listener) throws IOException, InterruptedException - Overrides:
tearDownin classBuildWrapper.Environment- Throws:
IOExceptionInterruptedException
-
tearDown
public boolean tearDown(Build build, BuildListener listener) throws IOException, InterruptedException - Overrides:
tearDownin classBuildWrapper.Environment- Throws:
IOExceptionInterruptedException
-