Uses of Class
hudson.slaves.NodeProperty
-
Packages that use NodeProperty Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.hudson.tools jenkins.model -
-
Uses of NodeProperty in hudson.model
Methods in hudson.model with type parameters of type NodeProperty Modifier and Type Method Description <T extends NodeProperty>
TNode. getNodeProperty(Class<T> clazz)
Gets the specified property or null if the property is not configured for this Node.Methods in hudson.model that return NodeProperty Modifier and Type Method Description NodeProperty
Node. getNodeProperty(String className)
Gets the property from the given classname or null if the property is not configured for this Node.Methods in hudson.model that return types with arguments of type NodeProperty Modifier and Type Method Description abstract DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Node. getNodeProperties()
Gets theNodeProperty
instances configured for thisNode
.DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Slave. getNodeProperties()
Method parameters in hudson.model with type arguments of type NodeProperty Modifier and Type Method Description void
Slave. setNodeProperties(List<? extends NodeProperty<?>> properties)
Constructor parameters in hudson.model with type arguments of type NodeProperty Constructor Description Slave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
Deprecated.as of 2.2 UseSlave(String, String, ComputerLauncher)
and set the rest through setters.Slave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
Deprecated.since 2.184 -
Uses of NodeProperty in hudson.slaves
Subclasses of NodeProperty in hudson.slaves Modifier and Type Class Description class
EnvironmentVariablesNodeProperty
NodeProperty
that sets additional environment variables.Methods in hudson.slaves that return NodeProperty Modifier and Type Method Description 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 Modifier and Type Method Description static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor>
NodeProperty. all()
Lists up all the registeredNodeDescriptor
s in the system.Constructor parameters in hudson.slaves with type arguments of type NodeProperty Constructor Description AbstractCloudSlave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
Deprecated.since 2.184AbstractCloudSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
Deprecated.since 2.184DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
Deprecated.as of 2.2.NodePropertyDescriptor(Class<? extends NodeProperty<?>> clazz)
-
Uses of NodeProperty in hudson.tools
Subclasses of NodeProperty in hudson.tools Modifier and Type Class Description class
ToolLocationNodeProperty
NodeProperty
that allows users to specify different locations forToolInstallation
s. -
Uses of NodeProperty in jenkins.model
Methods in jenkins.model that return types with arguments of type NodeProperty Modifier and Type Method Description DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Jenkins. getGlobalNodeProperties()
DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Jenkins. getNodeProperties()
-