jenkins.plugins.startedbyenvvar
Class StartedByEnvVarContributor

java.lang.Object
  extended by hudson.model.EnvironmentContributor
      extended by jenkins.plugins.startedbyenvvar.StartedByEnvVarContributor
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class StartedByEnvVarContributor
extends hudson.model.EnvironmentContributor


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
StartedByEnvVarContributor()
           
 
Method Summary
 void buildEnvironmentFor(hudson.model.Run r, hudson.EnvVars envs, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.EnvironmentContributor
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartedByEnvVarContributor

public StartedByEnvVarContributor()
Method Detail

buildEnvironmentFor

public void buildEnvironmentFor(hudson.model.Run r,
                                hudson.EnvVars envs,
                                hudson.model.TaskListener listener)
                         throws IOException,
                                InterruptedException
Specified by:
buildEnvironmentFor in class hudson.model.EnvironmentContributor
Throws:
IOException
InterruptedException


Copyright © 2004-2011. All Rights Reserved.