Package org.jenkinsci.plugins.envinject
Class EnvInjectBuildWrapper
java.lang.Object
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.EnvironmentNested 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()voidDeprecated.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, setUpMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
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:
decorateLoggerin classBuildWrapper- Throws:
IOExceptionInterruptedExceptionRun.RunnerAbortedException
-
setUp
public BuildWrapper.Environment setUp(@NonNull AbstractBuild build, @NonNull Launcher launcher, @NonNull BuildListener listener) throws IOException, InterruptedException - Overrides:
setUpin classBuildWrapper- Throws:
IOExceptionInterruptedException
-