| Package | Description |
|---|---|
| org.reviewboard.rbjenkins.config |
| Modifier and Type | Method and Description |
|---|---|
ReviewBoardServerConfiguration |
ReviewBoardGlobalConfiguration.getServerConfiguration(URL serverURL)
Fetch the server configuration that matches the given name, returning
null if one is not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReviewBoardServerConfiguration> |
ReviewBoardGlobalConfiguration.getServerConfigurations()
Fetch the server configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewBoardGlobalConfiguration.setServerConfigurations(List<ReviewBoardServerConfiguration> serverConfigurations)
Set the server configurations list then save the entries.
|
| Constructor and Description |
|---|
ReviewBoardGlobalConfiguration(List<ReviewBoardServerConfiguration> serverConfigurations)
Construct the global configuration with the given server configurations.
|
Copyright © 2016–2019. All rights reserved.