Uses of Class
hudson.model.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
Modifier and TypeFieldDescriptionprotected List<Environment>
AbstractBuild.buildEnvironments
During the build this field remembersBuildWrapper.Environment
s created byBuildWrapper
.Modifier 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) Modifier and TypeMethodDescriptionvoid
EnvironmentList.add
(int index, Environment element) EnvironmentList.set
(int index, Environment element) -
Uses of Environment in hudson.model.listeners
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Represents the environment set up byBuildWrapper.setUp(Build,Launcher,BuildListener)
.