Class SonargraphBuildInstaller.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<hudson.tools.ToolInstaller>
-
- hudson.tools.ToolInstallerDescriptor<SonargraphBuildInstaller>
-
- com.hello2morrow.sonargraph.integration.jenkins.tool.SonargraphBuildInstaller.DescriptorImpl
-
- All Implemented Interfaces:
hudson.model.Saveable
,jenkins.util.io.OnMaster
- Enclosing class:
- SonargraphBuildInstaller
@Extension public static final class SonargraphBuildInstaller.DescriptorImpl extends hudson.tools.ToolInstallerDescriptor<SonargraphBuildInstaller>
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
List<hudson.tools.DownloadFromUrlInstaller.Installable>
getInstallables()
boolean
isApplicable(Class<? extends hudson.tools.ToolInstallation> toolType)
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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
-
isApplicable
public boolean isApplicable(Class<? extends hudson.tools.ToolInstallation> toolType)
- Overrides:
isApplicable
in classhudson.tools.ToolInstallerDescriptor<SonargraphBuildInstaller>
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classhudson.model.Descriptor<hudson.tools.ToolInstaller>
-
getInstallables
public List<hudson.tools.DownloadFromUrlInstaller.Installable> getInstallables()
-
-