Uses of Class
hudson.model.Environment
-
Packages that use Environment Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.hudson.slaves Code related to agents.hudson.tasks -
-
Uses of Environment in hudson.model
Fields in hudson.model with type parameters of type Environment Modifier and Type Field Description protected List<Environment>
AbstractBuild. buildEnvironments
During the build this field remembersBuildWrapper.Environment
s created byBuildWrapper
.Methods in hudson.model with type parameters of type Environment Modifier and Type Method Description <T extends Environment>
TEnvironmentList. get(Class<T> type)
Methods in hudson.model that return Environment Modifier and Type Method Description static Environment
Environment. create(EnvVars envVars)
CreatesEnvironment
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 Modifier and Type Method Description 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 Constructor Description EnvironmentList(List<Environment> base)
-
Uses of Environment in hudson.model.listeners
Methods in hudson.model.listeners that return Environment Modifier and Type Method Description Environment
RunListener. setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener)
Runs before theSCM.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 Modifier and Type Method Description Environment
EnvironmentVariablesNodeProperty. setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
Environment
NodeProperty. setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
Runs before theSCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File)
runs, and performs a set up. -
Uses of Environment in hudson.tasks
Subclasses of Environment in hudson.tasks Modifier and Type Class Description class
BuildWrapper.Environment
Represents the environment set up byBuildWrapper.setUp(Build,Launcher,BuildListener)
.
-