@Extension public static class ClifInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<ClifInstallation>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckHome(File value)
Checks if the CLIF_HOME is valid.
|
hudson.util.FormValidation |
doCheckInstallation(File home,
String schedulerURL,
File schedulerCredentialsFile,
String schedulerLogin,
String schedulerPassword) |
hudson.util.FormValidation |
doCheckName(String value) |
hudson.util.FormValidation |
doCheckSchedulerURL(String value)
Checks if the Scheduler url is valid.
|
String |
getDisplayName() |
ClifInstallation[] |
getInstallations() |
void |
setInstallations(ClifInstallation... installations) |
checkHomeDirectory, configure, getCategory, getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tools.ToolInstallation>
public ClifInstallation[] getInstallations()
getInstallations
in class hudson.tools.ToolDescriptor<ClifInstallation>
public void setInstallations(ClifInstallation... installations)
setInstallations
in class hudson.tools.ToolDescriptor<ClifInstallation>
public hudson.util.FormValidation doCheckHome(@QueryParameter File value)
doCheckHome
in class hudson.tools.ToolDescriptor<ClifInstallation>
value
- file object representing the path to the home directory
of a CLIF installationpublic hudson.util.FormValidation doCheckName(@QueryParameter String value)
doCheckName
in class hudson.tools.ToolDescriptor<ClifInstallation>
public hudson.util.FormValidation doCheckSchedulerURL(@QueryParameter String value)
value
- scheduler URL, as a stringCopyright © 2016–2017 CLIF project. All rights reserved.