Uses of Class
hudson.model.Slave
-
Packages that use Slave Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents. -
-
Uses of Slave in hudson.model
Methods in hudson.model that return Slave Modifier and Type Method Description Slave
Hudson. getSlave(String name)
Deprecated.Methods in hudson.model that return types with arguments of type Slave Modifier and Type Method Description List<Slave>
Hudson. getSlaves()
Deprecated.UseJenkins.getNodes()
.Methods in hudson.model with parameters of type Slave Modifier and Type Method Description List<Descriptor<ComputerLauncher>>
Slave.SlaveDescriptor. computerLauncherDescriptors(Slave it)
Returns the list ofComputerLauncher
descriptors appropriate to the suppliedSlave
.List<NodePropertyDescriptor>
Slave.SlaveDescriptor. nodePropertyDescriptors(Slave it)
Returns the list ofNodePropertyDescriptor
appropriate to the suppliedSlave
.List<Descriptor<RetentionStrategy<?>>>
Slave.SlaveDescriptor. retentionStrategyDescriptors(Slave it)
Returns the list ofRetentionStrategy
descriptors appropriate to the suppliedSlave
.Method parameters in hudson.model with type arguments of type Slave Modifier and Type Method Description void
Hudson. setSlaves(List<Slave> slaves)
Deprecated. -
Uses of Slave in hudson.slaves
Subclasses of Slave in hudson.slaves Modifier and Type Class Description class
AbstractCloudSlave
Partial implementation ofSlave
to be used byAbstractCloudImpl
.class
DumbSlave
DefaultSlave
implementation for computers that do not belong to a higher level structure, like grid or cloud.Methods in hudson.slaves that return Slave Modifier and Type Method Description Slave
SlaveComputer. getNode()
Methods in hudson.slaves with parameters of type Slave Modifier and Type Method Description List<Descriptor<ComputerLauncher>>
DelegatingComputerLauncher.DescriptorImpl. applicableDescriptors(Slave it, Slave.SlaveDescriptor itDescriptor)
Returns the applicable nested computer launcher types.Constructors in hudson.slaves with parameters of type Slave Constructor Description SlaveComputer(Slave slave)
-