com.atlassian.bamboo.plugins.rest.admin.configuration
Class RestGeneralConfigurationServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.configuration.RestGeneralConfigurationServiceImpl
- All Implemented Interfaces:
- RestGeneralConfigurationService
public class RestGeneralConfigurationServiceImpl
- extends Object
- implements RestGeneralConfigurationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestGeneralConfigurationServiceImpl
public RestGeneralConfigurationServiceImpl(AdministrationConfigurationService administrationConfigurationService,
GravatarService gravatarService)
getGeneralConfiguration
public RestGeneralConfiguration getGeneralConfiguration()
throws URISyntaxException
- Description copied from interface:
RestGeneralConfigurationService
- Retrieve administration general configuration of bamboo server
- Specified by:
getGeneralConfiguration
in interface RestGeneralConfigurationService
- Returns:
- General administration configuration of bamboo
- Throws:
URISyntaxException
updateGeneralConfiguration
public List<String> updateGeneralConfiguration(RestGeneralConfiguration generalConfiguration)
throws WebValidationException,
URISyntaxException,
org.quartz.SchedulerException
- Description copied from interface:
RestGeneralConfigurationService
- Update bamboo administration general configuration
- Specified by:
updateGeneralConfiguration
in interface RestGeneralConfigurationService
- Parameters:
generalConfiguration
- New bamboo general configuration
- Returns:
- List of messages for the user.
- Throws:
WebValidationException
URISyntaxException
org.quartz.SchedulerException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.