@Extension public static class BDSInstallation.BDSInstallationDescriptor extends hudson.tools.ToolDescriptor<BDSInstallation>
BDSInstallation.| Constructor and Description |
|---|
BDSInstallation.BDSInstallationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.util.FormValidation |
checkDirectory(File value) |
protected hudson.util.FormValidation |
checkHomeDirectory(File home) |
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckBoostRoot(File value) |
hudson.util.FormValidation |
doCheckBoostRoot64(File value) |
hudson.util.FormValidation |
doCheckCommonDir(File value) |
hudson.util.FormValidation |
doCheckInclude(File value) |
hudson.FilePath |
getBatchFile(hudson.FilePath home) |
String |
getDisplayName()
Returns the display name of this plugin.
|
BDSInstallation |
getInstallation(String name)
Finds a
BDSInstallation object by its name. |
doCheckHome, doCheckName, getDefaultInstallers, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallationsaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, toMappublic BDSInstallation.BDSInstallationDescriptor()
public hudson.FilePath getBatchFile(hudson.FilePath home)
public BDSInstallation getInstallation(String name)
BDSInstallation object by its name.
If there is nothing found, it returns null.name - name of a installation to findBDSInstallation object, or nullprotected hudson.util.FormValidation checkDirectory(File value)
public hudson.util.FormValidation doCheckCommonDir(@QueryParameter
File value)
public hudson.util.FormValidation doCheckInclude(@QueryParameter
File value)
public hudson.util.FormValidation doCheckBoostRoot(@QueryParameter
File value)
public hudson.util.FormValidation doCheckBoostRoot64(@QueryParameter
File value)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.tools.ToolDescriptor<BDSInstallation>hudson.model.Descriptor.FormExceptionprotected hudson.util.FormValidation checkHomeDirectory(File home)
checkHomeDirectory in class hudson.tools.ToolDescriptor<BDSInstallation>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstallation>Copyright © 2004–2014. All rights reserved.