Uses of Class
hudson.model.EnvironmentList
-
Packages that use EnvironmentList Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of EnvironmentList in hudson.model
Methods in hudson.model that return EnvironmentList Modifier and Type Method Description EnvironmentList
AbstractBuild. getEnvironments()
During the build, expose the environments contributed byBuildWrapper
s and others.
-