Package com.inflectra.spiratest.plugins
Class SpiraBuilder
java.lang.Object
hudson.model.AbstractDescribableImpl<BuildWrapper>
hudson.tasks.BuildWrapper
com.inflectra.spiratest.plugins.SpiraBuilder
- All Implemented Interfaces:
ExtensionPoint,Describable<BuildWrapper>
Exposes the Spira global and build-specific configuration.
- Author:
- Inflectra Corporation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classclassNested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.EnvironmentNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetUp(AbstractBuild build, Launcher launcher, BuildListener listener) setUp(Build build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout
-
Constructor Details
-
SpiraBuilder
-
-
Method Details
-
getProject
-
getRelease
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<BuildWrapper>- Overrides:
getDescriptorin classAbstractDescribableImpl<BuildWrapper>
-
setUp
public BuildWrapper.Environment setUp(Build build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Overrides:
setUpin classBuildWrapper- Throws:
IOExceptionInterruptedException
-
setUp
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Overrides:
setUpin classBuildWrapper- Throws:
IOExceptionInterruptedException
-