@Extension
public class ReviewBoardGlobalConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
ReviewBoardGlobalConfiguration()
Construct the configuration from prior saved entries.
|
ReviewBoardGlobalConfiguration(List<ReviewBoardServerConfiguration> serverConfigurations)
Construct the global configuration with the given server configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ReviewBoardServerConfiguration |
getServerConfiguration(URL serverURL)
Fetch the server configuration that matches the given name, returning
null if one is not found.
|
List<ReviewBoardServerConfiguration> |
getServerConfigurations()
Fetch the server configurations.
|
void |
setServerConfigurations(List<ReviewBoardServerConfiguration> serverConfigurations)
Set the server configurations list then save the entries.
|
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, toMappublic ReviewBoardGlobalConfiguration()
public ReviewBoardGlobalConfiguration(List<ReviewBoardServerConfiguration> serverConfigurations)
serverConfigurations - List of Review Board server configurationspublic void setServerConfigurations(List<ReviewBoardServerConfiguration> serverConfigurations)
serverConfigurations - List of Review Board server configurationspublic List<ReviewBoardServerConfiguration> getServerConfigurations()
public ReviewBoardServerConfiguration getServerConfiguration(URL serverURL)
serverURL - Review Board server URLCopyright © 2016–2019. All rights reserved.