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()
String
getDisplayName()
CheckmarxInstallation[]
getInstallations()
void
setInstallations(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:
getDisplayName
in classDescriptor<ToolInstallation>
-
getDefaultInstallers
public List<? extends ToolInstaller> getDefaultInstallers()
- Overrides:
getDefaultInstallers
in classToolDescriptor<CheckmarxInstallation>
-
getInstallations
public CheckmarxInstallation[] getInstallations()
- Overrides:
getInstallations
in classToolDescriptor<CheckmarxInstallation>
-
setInstallations
public void setInstallations(CheckmarxInstallation... installations)
- Overrides:
setInstallations
in classToolDescriptor<CheckmarxInstallation>
-
-