public class EnvInjectBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
EnvInjectBuildWrapper.DescriptorImpl |
Constructor and Description |
---|
EnvInjectBuildWrapper()
Deprecated.
Use constructor with parameter
|
EnvInjectBuildWrapper(EnvInjectJobPropertyInfo info) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
decorateLogger(hudson.model.AbstractBuild build,
OutputStream logger) |
EnvInjectJobPropertyInfo |
getInfo() |
void |
setInfo(EnvInjectJobPropertyInfo info)
Deprecated.
Use constructor with the parameter
|
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public EnvInjectBuildWrapper(@Nonnull EnvInjectJobPropertyInfo info)
@Deprecated public EnvInjectBuildWrapper()
@Deprecated public void setInfo(@Nonnull EnvInjectJobPropertyInfo info)
@Nonnull public EnvInjectJobPropertyInfo getInfo()
public OutputStream decorateLogger(hudson.model.AbstractBuild build, OutputStream logger) throws IOException, InterruptedException, hudson.model.Run.RunnerAbortedException
decorateLogger
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
hudson.model.Run.RunnerAbortedException
public hudson.tasks.BuildWrapper.Environment setUp(@Nonnull hudson.model.AbstractBuild build, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.BuildListener listener) throws IOException, InterruptedException
setUp
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
Copyright © 2016–2017. All rights reserved.