Uses of Class
hudson.model.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
Modifier 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
.Modifier and TypeMethodDescriptionvoid
Deprecated. -
Uses of Slave in hudson.slaves
Modifier 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.Modifier and TypeMethodDescriptionDelegatingComputerLauncher.DescriptorImpl.applicableDescriptors
(Slave it, Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types.
Jenkins.getNode(String)
.