Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.listeners |
Listener interfaces for various events that occur inside the server.
|
hudson.slaves |
Code related to slaves.
|
hudson.tasks |
Modifier and Type | Field and Description |
---|---|
protected List<Environment> |
AbstractBuild.buildEnvironments
During the build this field remembers
BuildWrapper.Environment s created by
BuildWrapper . |
Modifier and Type | Method and Description |
---|---|
<T extends Environment> |
EnvironmentList.get(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static Environment |
Environment.create(EnvVars envVars)
Creates
Environment 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) |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentList.add(int index,
Environment element) |
Environment |
EnvironmentList.set(int index,
Environment element) |
Constructor and Description |
---|
EnvironmentList(List<Environment> base) |
Modifier and Type | Method and Description |
---|---|
Environment |
RunListener.setUpEnvironment(AbstractBuild build,
Launcher launcher,
BuildListener listener)
Runs before the
SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up. |
Modifier and Type | Method and Description |
---|---|
Environment |
NodeProperty.setUp(AbstractBuild build,
Launcher launcher,
BuildListener listener)
Runs before the
SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up. |
Environment |
EnvironmentVariablesNodeProperty.setUp(AbstractBuild build,
Launcher launcher,
BuildListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
BuildWrapper.Environment
Represents the environment set up by
BuildWrapper.setUp(Build,Launcher,BuildListener) . |
Copyright © 2019. All rights reserved.