Uses of Class
hudson.model.Environment

Packages that use Environment
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.listeners Listener interfaces for various events that occur inside the server. 
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
 

Uses of Environment in hudson.model
 

Fields in hudson.model with type parameters of type Environment
protected  List<Environment> AbstractBuild.buildEnvironments
          During the build this field remembers BuildWrapper.Environments created by BuildWrapper.
 

Methods in hudson.model with type parameters of type Environment
<T extends Environment>
T
EnvironmentList.get(Class<T> type)
           
 

Methods in hudson.model that return Environment
static Environment Environment.create(EnvVars envVars)
          Creates Environment implementation that just sets the variables as given in the parameter.
 Environment EnvironmentList.get(int index)
           
 Environment EnvironmentList.remove(int index)
           
 Environment EnvironmentList.set(int index, Environment element)
           
 

Methods in hudson.model with parameters of type Environment
 void EnvironmentList.add(int index, Environment element)
           
 Environment EnvironmentList.set(int index, Environment element)
           
 

Constructor parameters in hudson.model with type arguments of type Environment
EnvironmentList(List<Environment> base)
           
 

Uses of Environment in hudson.model.listeners
 

Methods in hudson.model.listeners that return Environment
 Environment RunListener.setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up.
 

Uses of Environment in hudson.slaves
 

Methods in hudson.slaves that return Environment
 Environment NodeProperty.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up.
 Environment EnvironmentVariablesNodeProperty.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of Environment in hudson.tasks
 

Subclasses of Environment in hudson.tasks
 class BuildWrapper.Environment
          Represents the environment set up by BuildWrapper.setUp(Build,Launcher,BuildListener).
 



Copyright © 2004-2013. All Rights Reserved.