Uses of Class
org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration
-
Packages that use ReviewBoardServerConfiguration Package Description org.reviewboard.rbjenkins.config -
-
Uses of ReviewBoardServerConfiguration in org.reviewboard.rbjenkins.config
Methods in org.reviewboard.rbjenkins.config that return ReviewBoardServerConfiguration Modifier and Type Method Description ReviewBoardServerConfiguration
ReviewBoardGlobalConfiguration. getServerConfiguration(URL serverURL)
Fetch the server configuration that matches the given name, returning null if one is not found.Methods in org.reviewboard.rbjenkins.config that return types with arguments of type ReviewBoardServerConfiguration Modifier and Type Method Description List<ReviewBoardServerConfiguration>
ReviewBoardGlobalConfiguration. getServerConfigurations()
Fetch the server configurations.Method parameters in org.reviewboard.rbjenkins.config with type arguments of type ReviewBoardServerConfiguration Modifier and Type Method Description void
ReviewBoardGlobalConfiguration. setServerConfigurations(List<ReviewBoardServerConfiguration> serverConfigurations)
Set the server configurations list then save the entries.Constructor parameters in org.reviewboard.rbjenkins.config with type arguments of type ReviewBoardServerConfiguration Constructor Description ReviewBoardGlobalConfiguration(List<ReviewBoardServerConfiguration> serverConfigurations)
Construct the global configuration with the given server configurations.
-