|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeProperty | |
---|---|
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 |
Uses of NodeProperty in hudson.model |
---|
Methods in hudson.model that return types with arguments of type NodeProperty | |
---|---|
abstract DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Node.getNodeProperties()
Gets the NodeProperty instances configured for this Node . |
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Slave.getNodeProperties()
|
Constructor parameters in hudson.model with type arguments of type NodeProperty | |
---|---|
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)
|
Uses of NodeProperty in hudson.slaves |
---|
Subclasses of NodeProperty in hudson.slaves | |
---|---|
class |
EnvironmentVariablesNodeProperty
NodeProperty that sets additional environment variables. |
Methods in hudson.slaves that return NodeProperty | |
---|---|
NodeProperty<?> |
NodeProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
|
Methods in hudson.slaves that return types with arguments of type NodeProperty | |
---|---|
static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor> |
NodeProperty.all()
Lists up all the registered NodeDescriptor s in the system. |
Constructor parameters in hudson.slaves with type arguments of type NodeProperty | |
---|---|
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)
|
Uses of NodeProperty in hudson.tools |
---|
Subclasses of NodeProperty in hudson.tools | |
---|---|
class |
ToolLocationNodeProperty
NodeProperty that allows users to specify different locations for ToolInstallation s. |
Uses of NodeProperty in jenkins.model |
---|
Methods in jenkins.model that return types with arguments of type NodeProperty | |
---|---|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getGlobalNodeProperties()
|
DescribableList<NodeProperty<?>,NodePropertyDescriptor> |
Jenkins.getNodeProperties()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |