Class PolarisCliInstaller.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<hudson.tools.ToolInstaller>
-
- hudson.tools.ToolInstallerDescriptor<PolarisCliInstaller>
-
- com.synopsys.integration.jenkins.polaris.extensions.tools.PolarisCliInstaller.DescriptorImpl
-
- All Implemented Interfaces:
hudson.model.Saveable
,jenkins.util.io.OnMaster
- Enclosing class:
- PolarisCliInstaller
@Extension public static final class PolarisCliInstaller.DescriptorImpl extends hudson.tools.ToolInstallerDescriptor<PolarisCliInstaller>
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
boolean
isApplicable(java.lang.Class<? extends hudson.tools.ToolInstallation> toolType)
-
Methods inherited from class hudson.tools.ToolInstallerDescriptor
all, doAutoCompleteLabel, doCheckLabel, for_
-
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, 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
-
getDisplayName
public java.lang.String getDisplayName()
- Overrides:
getDisplayName
in classhudson.model.Descriptor<hudson.tools.ToolInstaller>
-
isApplicable
public boolean isApplicable(java.lang.Class<? extends hudson.tools.ToolInstallation> toolType)
- Overrides:
isApplicable
in classhudson.tools.ToolInstallerDescriptor<PolarisCliInstaller>
-
-