Uses of Class
hudson.slaves.ComputerConnector

Packages that use ComputerConnector
hudson.os.windows   
hudson.slaves Code related to slaves. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of ComputerConnector in hudson.os.windows
 

Subclasses of ComputerConnector in hudson.os.windows
 class ManagedWindowsServiceConnector
          ComputerConnector that delegates to ManagedWindowsServiceLauncher.
 

Uses of ComputerConnector in hudson.slaves
 

Subclasses of ComputerConnector in hudson.slaves
 class CommandConnector
          Executes a program on the master and expect that script to connect.
 

Methods in hudson.slaves that return types with arguments of type ComputerConnector
static DescriptorExtensionList<ComputerConnector,ComputerConnectorDescriptor> ComputerConnectorDescriptor.all()
           
 

Uses of ComputerConnector in org.jvnet.hudson.test
 

Fields in org.jvnet.hudson.test declared as ComputerConnector
 ComputerConnector JenkinsComputerConnectorTester.connector
           
 ComputerConnector ComputerConnectorTester.connector
           
 

Methods in org.jvnet.hudson.test with type parameters of type ComputerConnector
<C extends ComputerConnector>
C
JenkinsRule.configRoundtrip(C before)
           
protected
<C extends ComputerConnector>
C
HudsonTestCase.configRoundtrip(C before)
           
 



Copyright © 2004-2013. All Rights Reserved.