Uses of Class
hudson.model.Node.Mode

Packages that use Node.Mode
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.slaves Code related to slaves. 
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Node.Mode in hudson
 

Methods in hudson that return Node.Mode
static Node.Mode[] Functions.getNodeModes()
           
 

Uses of Node.Mode in hudson.model
 

Methods in hudson.model that return Node.Mode
abstract  Node.Mode Node.getMode()
          Returns EXCLUSIVE 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
 void Slave.setMode(Node.Mode mode)
           
 

Constructors in hudson.model with parameters of type Node.Mode
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)
           
Slave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
 

Uses of Node.Mode in hudson.slaves
 

Constructors in hudson.slaves with parameters of type Node.Mode
AbstractCloudSlave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
AbstractCloudSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy)
          Deprecated. as of 1.286. Use #DumbSlave(String, String, String, String, Mode, String, ComputerLauncher, RetentionStrategy, List)
DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties)
           
 

Uses of Node.Mode in jenkins.model
 

Methods in jenkins.model that return Node.Mode
 Node.Mode Jenkins.getMode()
           
 

Methods in jenkins.model with parameters of type Node.Mode
 void Jenkins.setMode(Node.Mode m)
           
 

Uses of Node.Mode in org.jvnet.hudson.test
 

Constructors in org.jvnet.hudson.test with parameters of type Node.Mode
PretendSlave(String name, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, FakeLauncher faker)
           
 



Copyright © 2004-2013. All Rights Reserved.