Uses of Class
hudson.model.Slave.SlaveDescriptor
-
Packages that use Slave.SlaveDescriptor 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.SlaveDescriptor in hudson.model
Methods in hudson.model that return Slave.SlaveDescriptor Modifier and Type Method Description Slave.SlaveDescriptor
Slave. getDescriptor()
-
Uses of Slave.SlaveDescriptor in hudson.slaves
Subclasses of Slave.SlaveDescriptor in hudson.slaves Modifier and Type Class Description static class
DumbSlave.DescriptorImpl
Methods in hudson.slaves with parameters of type Slave.SlaveDescriptor Modifier and Type Method Description List<Descriptor<ComputerLauncher>>
DelegatingComputerLauncher.DescriptorImpl. applicableDescriptors(Slave it, Slave.SlaveDescriptor itDescriptor)
Returns the applicable nested computer launcher types.
-