org.jenkinsci.plugins.envinject
Class EnvInjectListener
java.lang.Object
hudson.model.listeners.RunListener<hudson.model.Run>
org.jenkinsci.plugins.envinject.EnvInjectListener
- All Implemented Interfaces:
- hudson.ExtensionPoint, Serializable
@Extension
public class EnvInjectListener
- extends hudson.model.listeners.RunListener<hudson.model.Run>
- implements Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from class hudson.model.listeners.RunListener |
LISTENERS, targetType |
Method Summary |
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)
|
Methods inherited from class hudson.model.listeners.RunListener |
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, unregister |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvInjectListener
public EnvInjectListener()
setUpEnvironment
public hudson.model.Environment setUpEnvironment(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
- Overrides:
setUpEnvironment
in class hudson.model.listeners.RunListener<hudson.model.Run>
- Throws:
IOException
InterruptedException
onCompleted
public void onCompleted(hudson.model.Run run,
hudson.model.TaskListener listener)
- Overrides:
onCompleted
in class hudson.model.listeners.RunListener<hudson.model.Run>
Copyright © 2004-2013. All Rights Reserved.