Package hudson.slaves
Class DelegatingComputerLauncher.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<ComputerLauncher>
-
- hudson.slaves.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
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Descriptor<ComputerLauncher>>
applicableDescriptors(Slave it, Slave.SlaveDescriptor itDescriptor)
Returns the applicable nested computer launcher types.List<Descriptor<ComputerLauncher>>
getApplicableDescriptors()
Deprecated.-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
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.
-
-