@Extension public static class SBuildInstallation.DescriptorImpl extends hudson.tools.ToolDescriptor<SBuildInstallation>
| Constructor and Description |
|---|
SBuildInstallation.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckHome(File value)
Checks if the SBUILD_HOME is valid.
|
hudson.util.FormValidation |
doCheckName(String value) |
List<? extends hudson.tools.ToolInstaller> |
getDefaultInstallers() |
String |
getDisplayName() |
SBuildInstallation[] |
getInstallations() |
void |
setInstallations(SBuildInstallation... installations) |
configure, getDefaultProperties, getPropertyDescriptorsaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>public SBuildInstallation[] getInstallations()
getInstallations in class hudson.tools.ToolDescriptor<SBuildInstallation>public void setInstallations(SBuildInstallation... installations)
setInstallations in class hudson.tools.ToolDescriptor<SBuildInstallation>public List<? extends hudson.tools.ToolInstaller> getDefaultInstallers()
getDefaultInstallers in class hudson.tools.ToolDescriptor<SBuildInstallation>public hudson.util.FormValidation doCheckHome(@QueryParameter
File value)
public hudson.util.FormValidation doCheckName(@QueryParameter
String value)
Copyright © 2004-2013. All Rights Reserved.