Uses of Class
hudson.slaves.NodeProperty
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Code related to agents.
-
Uses of NodeProperty in hudson.model
Modifier and TypeMethodDescription<T extends NodeProperty>
TNode.getNodeProperty
(Class<T> clazz) Gets the specified property or null if the property is not configured for this Node.Modifier and TypeMethodDescriptionNode.getNodeProperty
(String className) Gets the property from the given classname or null if the property is not configured for this Node.Modifier and TypeMethodDescriptionabstract DescribableList<NodeProperty<?>,
NodePropertyDescriptor> Node.getNodeProperties()
Gets theNodeProperty
instances configured for thisNode
.Slave.getNodeProperties()
Modifier and TypeMethodDescriptionvoid
Slave.setNodeProperties
(List<? extends NodeProperty<?>> properties) ModifierConstructorDescriptionprotected
Slave
(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.protected
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.node_monitors
Modifier and TypeClassDescriptionclass
NodeProperty
that allows users to set agent specific disk space thresholds. -
Uses of NodeProperty in hudson.slaves
Modifier and TypeMethodDescriptionNodeProperty<?>
NodeProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) NodeProperty<?>
NodeProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.Modifier and TypeMethodDescriptionNodeProperty.all()
Lists up all the registeredNodeDescriptor
s in the system.ModifierConstructorDescriptionprotected
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.184protected
AbstractCloudSlave
(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.protected
NodePropertyDescriptor
(Class<? extends NodeProperty<?>> clazz) -
Uses of NodeProperty in hudson.tools
Modifier and TypeClassDescriptionclass
NodeProperty
that allows users to specify different locations forToolInstallation
s. -
Uses of NodeProperty in jenkins.model
Slave(String, String, ComputerLauncher)
and set the rest through setters.