public class EnvInjectBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
EnvInjectBuildWrapper.DescriptorImpl |
Constructor and Description |
---|
EnvInjectBuildWrapper() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
decorateLogger(hudson.model.AbstractBuild build,
OutputStream logger) |
EnvInjectJobPropertyInfo |
getInfo() |
void |
setInfo(EnvInjectJobPropertyInfo info) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public void setInfo(EnvInjectJobPropertyInfo info)
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(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
setUp
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
Copyright © 2004-2014. All Rights Reserved.