Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.slaves |
Code related to slaves.
|
hudson.tools | |
jenkins.model |
Modifier and Type | Method and Description |
---|---|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Slave.getNodeProperties() |
abstract DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Node.getNodeProperties()
Gets the
NodeProperty instances configured for this Node . |
Constructor and Description |
---|
Slave(String name,
String nodeDescription,
String remoteFS,
int numExecutors,
Node.Mode mode,
String labelString,
ComputerLauncher launcher,
RetentionStrategy retentionStrategy,
List<? extends NodeProperty<?>> nodeProperties) |
Slave(String name,
String nodeDescription,
String remoteFS,
String numExecutors,
Node.Mode mode,
String labelString,
ComputerLauncher launcher,
RetentionStrategy retentionStrategy,
List<? extends NodeProperty<?>> nodeProperties) |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentVariablesNodeProperty
NodeProperty that sets additional environment variables. |
Modifier and Type | Method and Description |
---|---|
NodeProperty<?> |
NodeProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor> |
NodeProperty.all()
Lists up all the registered
NodeDescriptor s in the system. |
Constructor and Description |
---|
AbstractCloudSlave(String name,
String nodeDescription,
String remoteFS,
int numExecutors,
Node.Mode mode,
String labelString,
ComputerLauncher launcher,
RetentionStrategy retentionStrategy,
List<? extends NodeProperty<?>> nodeProperties) |
AbstractCloudSlave(String name,
String nodeDescription,
String remoteFS,
String numExecutors,
Node.Mode mode,
String labelString,
ComputerLauncher launcher,
RetentionStrategy retentionStrategy,
List<? extends NodeProperty<?>> nodeProperties) |
DumbSlave(String name,
String nodeDescription,
String remoteFS,
String numExecutors,
Node.Mode mode,
String labelString,
ComputerLauncher launcher,
RetentionStrategy retentionStrategy,
List<? extends NodeProperty<?>> nodeProperties) |
NodePropertyDescriptor(Class<? extends NodeProperty<?>> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
ToolLocationNodeProperty
NodeProperty that allows users to specify different locations for ToolInstallation s. |
Modifier and Type | Method and Description |
---|---|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getGlobalNodeProperties() |
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getNodeProperties() |
Copyright © 2017. All rights reserved.