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