Uses of Class
org.reviewboard.rbjenkins.config.ReviewBoardServerConfiguration
Packages that use ReviewBoardServerConfiguration
-
Uses of ReviewBoardServerConfiguration in org.reviewboard.rbjenkins.config
Methods in org.reviewboard.rbjenkins.config that return ReviewBoardServerConfigurationModifier and TypeMethodDescriptionReviewBoardGlobalConfiguration.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 ReviewBoardServerConfigurationModifier and TypeMethodDescriptionReviewBoardGlobalConfiguration.getServerConfigurations()Fetch the server configurations.Method parameters in org.reviewboard.rbjenkins.config with type arguments of type ReviewBoardServerConfigurationModifier and TypeMethodDescriptionvoidReviewBoardGlobalConfiguration.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 ReviewBoardServerConfigurationModifierConstructorDescriptionReviewBoardGlobalConfiguration(List<ReviewBoardServerConfiguration> serverConfigurations) Construct the global configuration with the given server configurations.