Uses of Enum Class
hudson.model.Node.Mode
Packages that use Node.Mode
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of Node.Mode in hudson
-
Uses of Node.Mode in hudson.model
Methods in hudson.model that return Node.ModeModifier and TypeMethodDescriptionabstract Node.Mode
Node.getMode()
ReturnsEXCLUSIVE
if this node is only available for those jobs that exclusively specifies this node as the assigned node.Slave.getMode()
static Node.Mode
Returns the enum constant of this class with the specified name.static Node.Mode[]
Node.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.model with parameters of type Node.ModeConstructors in hudson.model with parameters of type Node.ModeModifierConstructorDescriptionprotected
Slave
(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy) Deprecated.since 2009-02-20.protected
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.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 Node.Mode in hudson.slaves
Constructors in hudson.slaves with parameters of type Node.ModeModifierConstructorDescriptionprotected
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) Deprecated.as of 1.286.DumbSlave
(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. -
Uses of Node.Mode in jenkins.model
Methods in jenkins.model that return Node.ModeMethods in jenkins.model with parameters of type Node.Mode