com.atlassian.bamboo.plugins.rest.admin.concurrentbuild
Class RestBuildConcurrencyServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.admin.concurrentbuild.RestBuildConcurrencyServiceImpl
All Implemented Interfaces:
RestBuildConcurrencyService

public class RestBuildConcurrencyServiceImpl
extends Object
implements RestBuildConcurrencyService


Constructor Summary
RestBuildConcurrencyServiceImpl(AdministrationConfigurationService administrationConfigurationService)
           
 
Method Summary
 RestBuildConcurrency getRestBuildConcurrency()
          Retrieve build concurrency settings from bamboo.
 void updateRestBuildConcurrency(RestBuildConcurrency restBuildConcurrency)
          Updates the build concurrency settings on bamboo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestBuildConcurrencyServiceImpl

public RestBuildConcurrencyServiceImpl(AdministrationConfigurationService administrationConfigurationService)
Method Detail

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.