Uses of Package
hudson.slaves

Packages that use hudson.slaves
hudson   
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.node_monitors Code that monitors the health of slaves 
hudson.os.windows   
hudson.security Security-related code. 
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tools   
jenkins.model   
jenkins.slaves   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Classes in hudson.slaves used by hudson
Cloud
          Creates Nodes to dynamically expand/shrink the slaves attached to Hudson.
ComputerLauncher
          Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
NodePropertyDescriptor
          Descriptor for NodeProperty.
OfflineCause
          Represents a cause that puts a computer offline.
RetentionStrategy
          Controls when to take Computer offline, bring it back online, or even to destroy it.
 

Classes in hudson.slaves used by hudson.maven
ComputerListener
          Receives notifications about status changes of Computers.
 

Classes in hudson.slaves used by hudson.model
Cloud
          Creates Nodes to dynamically expand/shrink the slaves attached to Hudson.
ComputerLauncher
          Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
ComputerListener
          Receives notifications about status changes of Computers.
NodeDescriptor
          Descriptor for Slave.
NodeProperty
          Extensible property of Node.
NodePropertyDescriptor
          Descriptor for NodeProperty.
NodeProvisioner
          Uses the LoadStatistics and determines when we need to allocate new NodeProvisioner.PlannedNodes through Cloud.
NodeSpecific
          Represents any concept that can be adapted for a node.
OfflineCause
          Represents a cause that puts a computer offline.
RetentionStrategy
          Controls when to take Computer offline, bring it back online, or even to destroy it.
SlaveComputer
          Computer for Slaves.
WorkspaceList
          Used by Computer to keep track of workspaces that are actively in use.
WorkspaceList.Lease
          Represents a leased workspace that needs to be returned later.
 

Classes in hudson.slaves used by hudson.node_monitors
ComputerListener
          Receives notifications about status changes of Computers.
OfflineCause
          Represents a cause that puts a computer offline.
 

Classes in hudson.slaves used by hudson.os.windows
ComputerConnector
          Factory of ComputerLauncher.
ComputerConnectorDescriptor
          Descriptor for ComputerConnector.
ComputerLauncher
          Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
SlaveComputer
          Computer for Slaves.
 

Classes in hudson.slaves used by hudson.security
Cloud
          Creates Nodes to dynamically expand/shrink the slaves attached to Hudson.
 

Classes in hudson.slaves used by hudson.slaves
AbstractCloudComputer
          Partial implementation of Computer to be used in conjunction with AbstractCloudSlave.
AbstractCloudSlave
          Partial implementation of Slave to be used by AbstractCloudImpl.
Cloud
          Creates Nodes to dynamically expand/shrink the slaves attached to Hudson.
CommandLauncher
          ComputerLauncher through a remote login mechanism like ssh/rsh.
ComputerConnector
          Factory of ComputerLauncher.
ComputerConnectorDescriptor
          Descriptor for ComputerConnector.
ComputerLauncher
          Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
ComputerListener
          Receives notifications about status changes of Computers.
EnvironmentVariablesNodeProperty.Entry
           
NodeDescriptor
          Descriptor for Slave.
NodeProperty
          Extensible property of Node.
NodePropertyDescriptor
          Descriptor for NodeProperty.
NodeProvisioner.PlannedNode
          The node addition activity in progress.
NodeSpecific
          Represents any concept that can be adapted for a node.
OfflineCause
          Represents a cause that puts a computer offline.
RetentionStrategy
          Controls when to take Computer offline, bring it back online, or even to destroy it.
RetentionStrategy.Always
          RetentionStrategy that tries to keep the node online all the time.
SlaveComputer
          Computer for Slaves.
WorkspaceList.Lease
          Represents a leased workspace that needs to be returned later.
 

Classes in hudson.slaves used by hudson.tasks
NodeSpecific
          Represents any concept that can be adapted for a node.
 

Classes in hudson.slaves used by hudson.tools
NodeProperty
          Extensible property of Node.
NodePropertyDescriptor
          Descriptor for NodeProperty.
 

Classes in hudson.slaves used by jenkins.model
Cloud
          Creates Nodes to dynamically expand/shrink the slaves attached to Hudson.
NodeDescriptor
          Descriptor for Slave.
NodeList
          CopyOnWriteArrayList for Node that has special serialization semantics of not serializing EphemeralNodes.
NodeProperty
          Extensible property of Node.
NodePropertyDescriptor
          Descriptor for NodeProperty.
NodeProvisioner
          Uses the LoadStatistics and determines when we need to allocate new NodeProvisioner.PlannedNodes through Cloud.
RetentionStrategy
          Controls when to take Computer offline, bring it back online, or even to destroy it.
 

Classes in hudson.slaves used by jenkins.slaves
ComputerListener
          Receives notifications about status changes of Computers.
SlaveComputer
          Computer for Slaves.
 

Classes in hudson.slaves used by org.jvnet.hudson.test
CommandLauncher
          ComputerLauncher through a remote login mechanism like ssh/rsh.
ComputerConnector
          Factory of ComputerLauncher.
ComputerLauncher
          Extension point to allow control over how Computers are "launched", meaning how they get connected to their slave agent program.
ComputerListener
          Receives notifications about status changes of Computers.
DumbSlave
          Default Slave implementation for computers that do not belong to a higher level structure, like grid or cloud.
NodeDescriptor
          Descriptor for Slave.
 



Copyright © 2004-2013. All Rights Reserved.