Package org.jenkinsci.plugins.envinject
Class EnvInjectBuildWrapper
java.lang.Object
hudson.model.AbstractDescribableImpl<BuildWrapper>
hudson.tasks.BuildWrapper
org.jenkinsci.plugins.envinject.EnvInjectBuildWrapper
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
,Serializable
- Author:
- Gregory Boissinot
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.Environment
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Use constructor with parameter -
Method Summary
Modifier and TypeMethodDescriptiondecorateLogger
(AbstractBuild build, OutputStream logger) getInfo()
void
Deprecated.Use constructor with the parametersetUp
(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUp
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
EnvInjectBuildWrapper
-
EnvInjectBuildWrapper
Deprecated.Use constructor with parameter
-
-
Method Details
-
setInfo
Deprecated.Use constructor with the parameter -
getInfo
-
decorateLogger
public OutputStream decorateLogger(AbstractBuild build, OutputStream logger) throws IOException, InterruptedException, Run.RunnerAbortedException - Overrides:
decorateLogger
in classBuildWrapper
- Throws:
IOException
InterruptedException
Run.RunnerAbortedException
-
setUp
public BuildWrapper.Environment setUp(@NonNull AbstractBuild build, @NonNull Launcher launcher, @NonNull BuildListener listener) throws IOException, InterruptedException - Overrides:
setUp
in classBuildWrapper
- Throws:
IOException
InterruptedException
-