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 ofComputerLauncherdescriptors appropriate to the suppliedSlave.final List<NodePropertyDescriptor>Slave.SlaveDescriptor.nodePropertyDescriptors(Slave it) Returns the list ofNodePropertyDescriptorappropriate to the suppliedSlave.final List<Descriptor<RetentionStrategy<?>>>Slave.SlaveDescriptor.retentionStrategyDescriptors(Slave it) Returns the list ofRetentionStrategydescriptors appropriate to the suppliedSlave.Method parameters in hudson.model with type arguments of type SlaveModifier and TypeMethodDescriptionvoidDeprecated. -
Uses of Slave in hudson.slaves
Subclasses of Slave in hudson.slavesModifier and TypeClassDescriptionclassPartial implementation ofSlaveto be used byAbstractCloudImpl.final classDefaultSlaveimplementation 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).