Uses of Class
hudson.slaves.NodeProperty
Packages that use 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
Methods in hudson.model with type parameters of type NodePropertyModifier 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.Methods in hudson.model that return NodePropertyModifier and TypeMethodDescriptionNode.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 NodePropertyModifier and TypeMethodDescriptionabstract DescribableList<NodeProperty<?>,
NodePropertyDescriptor> Node.getNodeProperties()
Gets theNodeProperty
instances configured for thisNode
.Slave.getNodeProperties()
Method parameters in hudson.model with type arguments of type NodePropertyModifier and TypeMethodDescriptionvoid
Slave.setNodeProperties
(List<? extends NodeProperty<?>> properties) Constructor parameters in hudson.model with type arguments of type NodePropertyModifierConstructorDescriptionprotected
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
Subclasses of NodeProperty in hudson.node_monitorsModifier and TypeClassDescriptionclass
NodeProperty
that allows users to set agent specific disk space thresholds. -
Uses of NodeProperty in hudson.slaves
Subclasses of NodeProperty in hudson.slavesMethods in hudson.slaves that return NodePropertyModifier 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.Methods in hudson.slaves that return types with arguments of type NodePropertyModifier and TypeMethodDescriptionNodeProperty.all()
Lists up all the registeredNodeDescriptor
s in the system.Constructor parameters in hudson.slaves with type arguments of type NodePropertyModifierConstructorDescriptionprotected
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
Subclasses of NodeProperty in hudson.toolsModifier and TypeClassDescriptionclass
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
Slave(String, String, ComputerLauncher)
and set the rest through setters.