Uses of Class
hudson.model.Slave
Packages that use Slave
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of Slave in hudson.model
Methods in hudson.model that return SlaveMethods in hudson.model that return types with arguments of type SlaveMethods in hudson.model with parameters of type SlaveModifier and TypeMethodDescriptionfinal List<Descriptor<ComputerLauncher>>
Slave.SlaveDescriptor.computerLauncherDescriptors
(Slave it) Returns the list ofComputerLauncher
descriptors appropriate to the suppliedSlave
.final List<NodePropertyDescriptor>
Slave.SlaveDescriptor.nodePropertyDescriptors
(Slave it) Returns the list ofNodePropertyDescriptor
appropriate to the suppliedSlave
.final 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 SlaveModifier and TypeMethodDescriptionvoid
Deprecated. -
Uses of Slave in hudson.slaves
Subclasses of Slave in hudson.slavesModifier and TypeClassDescriptionclass
Partial implementation ofSlave
to be used byAbstractCloudImpl
.final class
DefaultSlave
implementation for computers that do not belong to a higher level structure, like grid or cloud.Methods in hudson.slaves that return SlaveMethods in hudson.slaves with parameters of type SlaveModifier and TypeMethodDescriptionDelegatingComputerLauncher.DescriptorImpl.applicableDescriptors
(Slave it, Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types.Constructors in hudson.slaves with parameters of type Slave
Jenkins.getNode(String)
.