Class IsAlreadyOnPath.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ToolInstaller>
hudson.tools.ToolInstallerDescriptor<IsAlreadyOnPath>
io.jenkins.plugins.extratoolinstallers.installers.IsAlreadyOnPath.DescriptorImpl
- Enclosing class:
- IsAlreadyOnPath
@Extension
@Symbol("findonpath")
public static class IsAlreadyOnPath.DescriptorImpl
extends ToolInstallerDescriptor<IsAlreadyOnPath>
Descriptor for
IsAlreadyOnPath
.-
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
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckExecutableName
(String value) doCheckVersionCmdString
(String value) doCheckVersionMax
(String versionMin, String versionMax) doCheckVersionMin
(String versionCmdString, String versionPatternString, String versionMin, String versionMax) doCheckVersionPatternString
(String versionCmdString, String versionPatternString) doCheckVersionTestString
(String versionTestString, String versionCmdString, String versionPatternString, String versionMin, String versionMax) Methods inherited from class hudson.tools.ToolInstallerDescriptor
all, doAutoCompleteLabel, doCheckLabel, for_, isApplicable
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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<ToolInstaller>
-
doCheckExecutableName
-
doCheckVersionCmdString
-
doCheckVersionPatternString
public FormValidation doCheckVersionPatternString(@QueryParameter String versionCmdString, @QueryParameter String versionPatternString) -
doCheckVersionMin
public FormValidation doCheckVersionMin(@QueryParameter String versionCmdString, @QueryParameter String versionPatternString, @QueryParameter String versionMin, @QueryParameter String versionMax) -
doCheckVersionMax
public FormValidation doCheckVersionMax(@QueryParameter String versionMin, @QueryParameter String versionMax) -
doCheckVersionTestString
-