Uses of Class
hudson.slaves.DumbSlave

Packages that use DumbSlave
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of DumbSlave in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return DumbSlave
 DumbSlave JenkinsRule.createOnlineSlave()
          Create a new slave on the local host and wait for it to come onilne before returning.
 DumbSlave HudsonTestCase.createOnlineSlave()
          Create a new slave on the local host and wait for it to come onilne before returning.
 DumbSlave JenkinsRule.createOnlineSlave(Label l)
          Create a new slave on the local host and wait for it to come onilne before returning.
 DumbSlave HudsonTestCase.createOnlineSlave(Label l)
          Create a new slave on the local host and wait for it to come onilne before returning.
 DumbSlave JenkinsRule.createOnlineSlave(Label l, EnvVars env)
          Create a new slave on the local host and wait for it to come online before returning
 DumbSlave HudsonTestCase.createOnlineSlave(Label l, EnvVars env)
          Create a new slave on the local host and wait for it to come online before returning
 DumbSlave JenkinsRule.createSlave()
           
 DumbSlave HudsonTestCase.createSlave()
           
 DumbSlave JenkinsRule.createSlave(EnvVars env)
           
 DumbSlave HudsonTestCase.createSlave(EnvVars env)
           
 DumbSlave JenkinsRule.createSlave(Label l)
          Creates and launches a new slave on the local host.
 DumbSlave HudsonTestCase.createSlave(Label l)
          Creates and launches a new slave on the local host.
 DumbSlave JenkinsRule.createSlave(Label l, EnvVars env)
           
 DumbSlave HudsonTestCase.createSlave(Label l, EnvVars env)
           
 DumbSlave JenkinsRule.createSlave(String labels, EnvVars env)
          Creates a slave with certain additional environment variables
 DumbSlave HudsonTestCase.createSlave(String labels, EnvVars env)
          Creates a slave with certain additional environment variables
 DumbSlave JenkinsRule.createSlave(String nodeName, String labels, EnvVars env)
           
 DumbSlave HudsonTestCase.createSlave(String nodeName, String labels, EnvVars env)
           
 



Copyright © 2004-2013. All Rights Reserved.