@Extension
public class PRQAGlobalConfig
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
PRQAGlobalConfig() |
PRQAGlobalConfig(List<QAVerifyServerConfiguration> servers) |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
List<hudson.model.Descriptor> |
descriptors() |
static PRQAGlobalConfig |
get() |
QAVerifyServerConfiguration |
getConfigurationByName(String name) |
Collection<QAVerifyServerConfiguration> |
getConfigurationsByNames(Collection<String> names) |
List<QAVerifyServerConfiguration> |
getServers() |
void |
setServers(List<QAVerifyServerConfiguration> servers) |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
@Inject public PRQAGlobalConfig()
public PRQAGlobalConfig(List<QAVerifyServerConfiguration> servers)
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class jenkins.model.GlobalConfiguration
hudson.model.Descriptor.FormException
public static PRQAGlobalConfig get()
public List<QAVerifyServerConfiguration> getServers()
public void setServers(List<QAVerifyServerConfiguration> servers)
servers
- the servers to setpublic QAVerifyServerConfiguration getConfigurationByName(String name)
public Collection<QAVerifyServerConfiguration> getConfigurationsByNames(Collection<String> names)
public List<hudson.model.Descriptor> descriptors()
Copyright © 2016–2022. All rights reserved.