com.atlassian.bamboo.plugins.rest.admin.concurrentbuild
Class RestBuildConcurrencyServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.concurrentbuild.RestBuildConcurrencyServiceImpl
- All Implemented Interfaces:
- RestBuildConcurrencyService
public class RestBuildConcurrencyServiceImpl
- extends Object
- implements RestBuildConcurrencyService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestBuildConcurrencyServiceImpl
public RestBuildConcurrencyServiceImpl(AdministrationConfigurationService administrationConfigurationService)
getRestBuildConcurrency
public RestBuildConcurrency getRestBuildConcurrency()
- Description copied from interface:
RestBuildConcurrencyService
- Retrieve build concurrency settings from bamboo.
- Specified by:
getRestBuildConcurrency
in interface RestBuildConcurrencyService
- Returns:
- RestBuildConcurrency
updateRestBuildConcurrency
public void updateRestBuildConcurrency(RestBuildConcurrency restBuildConcurrency)
throws WebValidationException,
org.quartz.SchedulerException
- Description copied from interface:
RestBuildConcurrencyService
- Updates the build concurrency settings on bamboo.
- Specified by:
updateRestBuildConcurrency
in interface RestBuildConcurrencyService
- Parameters:
restBuildConcurrency
- The settings to be updated;
- Throws:
WebValidationException
- if there is a problem with the provided setting.
org.quartz.SchedulerException
- if there is a problem with the scheduler.
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.