Uses of Class
hudson.model.EnvironmentContributor
-
Packages that use EnvironmentContributor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of EnvironmentContributor in hudson.model
Methods in hudson.model that return types with arguments of type EnvironmentContributor Modifier and Type Method Description static ExtensionList<EnvironmentContributor>
EnvironmentContributor. all()
Returns all the registeredEnvironmentContributor
s. -
Uses of EnvironmentContributor in jenkins.model
Subclasses of EnvironmentContributor in jenkins.model Modifier and Type Class Description class
CoreEnvironmentContributor
EnvironmentContributor
that adds the basic set of environment variables that we've been exposing historically.
-