@Extension public static class PythonInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<PythonInstallation>
Constructor and Description |
---|
DescriptorImpl()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckHome(String value)
Checks if the PYTHONHOME is valid
|
hudson.util.FormValidation |
doCheckName(String value)
Check that the PYTHON name is specified
|
String |
getDisplayName() |
String |
getHelpFile() |
PythonInstallation[] |
getInstallations() |
void |
setInstallations(PythonInstallation... installations) |
checkHomeDirectory, configure, doCheckHome, getDefaultInstallers, getDefaultProperties, getPropertyDescriptors
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, 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 getHelpFile()
getHelpFile
in class hudson.model.Descriptor<hudson.tools.ToolInstallation>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tools.ToolInstallation>
public PythonInstallation[] getInstallations()
getInstallations
in class hudson.tools.ToolDescriptor<PythonInstallation>
public void setInstallations(PythonInstallation... installations)
setInstallations
in class hudson.tools.ToolDescriptor<PythonInstallation>
public hudson.util.FormValidation doCheckHome(@QueryParameter String value)
value
- The value to checkpublic hudson.util.FormValidation doCheckName(@QueryParameter String value)
doCheckName
in class hudson.tools.ToolDescriptor<PythonInstallation>
value
- The value to checkCopyright © 2004-2018. All Rights Reserved.