public abstract class ToolInstallerDescriptor<T extends ToolInstaller> extends Descriptor<ToolInstaller>
ToolInstaller
.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
ToolInstallerDescriptor() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>> |
all() |
AutoCompletionCandidates |
doAutoCompleteLabel(String value) |
FormValidation |
doCheckLabel(String value) |
static List<ToolInstallerDescriptor<?>> |
for_(Class<? extends ToolInstallation> type)
Filters
all() by eliminating things that are not applicable to the given type. |
boolean |
isApplicable(Class<? extends ToolInstallation> toolType)
Controls what kind of
ToolInstallation this installer can be applied to. |
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
public boolean isApplicable(Class<? extends ToolInstallation> toolType)
ToolInstallation
this installer can be applied to.
By default, this method just returns true to everything, claiming it's applicable to any tool installations.
public static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>> all()
public static List<ToolInstallerDescriptor<?>> for_(Class<? extends ToolInstallation> type)
all()
by eliminating things that are not applicable to the given type.public AutoCompletionCandidates doAutoCompleteLabel(@QueryParameter String value)
public FormValidation doCheckLabel(@QueryParameter String value)
Copyright © 2004–2022. All rights reserved.