@Extension public static final class QAFrameworkInstallationConfiguration.DescriptorImpl extends hudson.tools.ToolDescriptor<QAFrameworkInstallationConfiguration>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckQafHome(String qafHome) |
hudson.util.FormValidation |
doCheckQafName(String qafName) |
hudson.util.ListBoxModel |
doFillQafNameItems() |
String |
getDisplayName() |
QAFrameworkInstallationConfiguration[] |
getQaInstallations() |
QAFrameworkInstallationConfiguration |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
checkHomeDirectory, doCheckHome, doCheckName, getCategory, getDefaultInstallers, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallations
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tools.ToolInstallation>
public QAFrameworkInstallationConfiguration newInstance(org.kohsuke.stapler.StaplerRequest req, @Nonnull net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.tools.ToolInstallation>
hudson.model.Descriptor.FormException
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.tools.ToolDescriptor<QAFrameworkInstallationConfiguration>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillQafNameItems()
public QAFrameworkInstallationConfiguration[] getQaInstallations()
public hudson.util.FormValidation doCheckQafHome(@QueryParameter String qafHome)
public hudson.util.FormValidation doCheckQafName(@QueryParameter String qafName)
Copyright © 2016–2022. All rights reserved.