Uses of Class
hudson.model.Environment
Packages that use Environment
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Listener interfaces for various events that occur inside the server.
Code related to agents.
-
Uses of Environment in hudson.model
Fields in hudson.model with type parameters of type EnvironmentModifier and TypeFieldDescriptionprotected List<Environment>
AbstractBuild.buildEnvironments
During the build this field remembersBuildWrapper.Environment
s created byBuildWrapper
.Methods in hudson.model with type parameters of type EnvironmentMethods in hudson.model that return EnvironmentModifier and TypeMethodDescriptionstatic Environment
CreatesEnvironment
implementation that just sets the variables as given in the parameter.EnvironmentList.get
(int index) EnvironmentList.remove
(int index) EnvironmentList.set
(int index, Environment element) Methods in hudson.model with parameters of type EnvironmentModifier and TypeMethodDescriptionvoid
EnvironmentList.add
(int index, Environment element) EnvironmentList.set
(int index, Environment element) Constructor parameters in hudson.model with type arguments of type Environment -
Uses of Environment in hudson.model.listeners
Methods in hudson.model.listeners that return EnvironmentModifier and TypeMethodDescriptionRunListener.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 EnvironmentModifier and TypeMethodDescriptionEnvironmentVariablesNodeProperty.setUp
(AbstractBuild build, Launcher launcher, BuildListener listener) 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.tasksModifier and TypeClassDescriptionclass
Represents the environment set up byBuildWrapper.setUp(Build,Launcher,BuildListener)
.