Package hudson.slaves
Class DelegatingComputerLauncher.DescriptorImpl
- Enclosing class:
- DelegatingComputerLauncher
public abstract static class DelegatingComputerLauncher.DescriptorImpl
extends Descriptor<ComputerLauncher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplicableDescriptors
(Slave it, Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types.Deprecated.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
applicableDescriptors
public List<Descriptor<ComputerLauncher>> applicableDescriptors(@CheckForNull Slave it, @NonNull Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types. The default implementation avoids all delegating descriptors, as that creates infinite recursion.- Since:
- 2.12
-
getApplicableDescriptors
@Deprecated @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) @RestrictedSince("2.12") public List<Descriptor<ComputerLauncher>> getApplicableDescriptors()Deprecated.Returns the applicable nested computer launcher types. The default implementation avoids all delegating descriptors, as that creates infinite recursion.
-
applicableDescriptors(Slave, Slave.SlaveDescriptor)