Package com.checkmarx.jenkins.tools
Class CheckmarxInstallation.CheckmarxInstallationDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<ToolInstallation>
-
- hudson.tools.ToolDescriptor<CheckmarxInstallation>
-
- com.checkmarx.jenkins.tools.CheckmarxInstallation.CheckmarxInstallationDescriptor
-
- Enclosing class:
- CheckmarxInstallation
@Extension @Symbol("checkmarx") public static class CheckmarxInstallation.CheckmarxInstallationDescriptor extends ToolDescriptor<CheckmarxInstallation>
-
-
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 CheckmarxInstallationDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends ToolInstaller>getDefaultInstallers()StringgetDisplayName()CheckmarxInstallation[]getInstallations()voidsetInstallations(CheckmarxInstallation... installations)-
Methods inherited from class hudson.tools.ToolDescriptor
checkHomeDirectory, configure, doCheckHome, doCheckName, getCategory, getDefaultProperties, getPropertyDescriptors
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDisplayName
@NonNull public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<ToolInstallation>
-
getDefaultInstallers
public List<? extends ToolInstaller> getDefaultInstallers()
- Overrides:
getDefaultInstallersin classToolDescriptor<CheckmarxInstallation>
-
getInstallations
public CheckmarxInstallation[] getInstallations()
- Overrides:
getInstallationsin classToolDescriptor<CheckmarxInstallation>
-
setInstallations
public void setInstallations(CheckmarxInstallation... installations)
- Overrides:
setInstallationsin classToolDescriptor<CheckmarxInstallation>
-
-