@Extension public class EnvInjectListener extends hudson.model.listeners.RunListener<hudson.model.Run> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
EnvInjectListener.JobSetupEnvironmentWorkspaceListener |
Constructor and Description |
---|
EnvInjectListener() |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(hudson.model.Run run,
hudson.model.TaskListener listener) |
hudson.model.Environment |
setUpEnvironment(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public hudson.model.Environment setUpEnvironment(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
setUpEnvironment
in class hudson.model.listeners.RunListener<hudson.model.Run>
IOException
InterruptedException
public void onCompleted(hudson.model.Run run, hudson.model.TaskListener listener)
onCompleted
in class hudson.model.listeners.RunListener<hudson.model.Run>
Copyright © 2004-2014. All Rights Reserved.