Uses of Class
org.apache.continuum.buildqueue.BuildQueueServiceException

Packages that use BuildQueueServiceException
org.apache.continuum.buildqueue   
org.apache.maven.continuum.configuration   
 

Uses of BuildQueueServiceException in org.apache.continuum.buildqueue
 

Methods in org.apache.continuum.buildqueue that throw BuildQueueServiceException
 BuildQueue BuildQueueService.addBuildQueue(BuildQueue buildQueue)
           
 BuildQueue DefaultBuildQueueService.addBuildQueue(BuildQueue buildQueue)
           
 List<BuildQueue> BuildQueueService.getAllBuildQueues()
           
 List<BuildQueue> DefaultBuildQueueService.getAllBuildQueues()
           
 BuildQueue BuildQueueService.getBuildQueue(int buildQueueId)
           
 BuildQueue DefaultBuildQueueService.getBuildQueue(int buildQueueId)
           
 BuildQueue BuildQueueService.getBuildQueueByName(String buildQueueName)
           
 BuildQueue DefaultBuildQueueService.getBuildQueueByName(String buildQueueName)
           
 void BuildQueueService.removeBuildQueue(BuildQueue buildQueue)
           
 void DefaultBuildQueueService.removeBuildQueue(BuildQueue buildQueue)
           
 BuildQueue BuildQueueService.updateBuildQueue(BuildQueue buildQueue)
           
 BuildQueue DefaultBuildQueueService.updateBuildQueue(BuildQueue buildQueue)
           
 

Uses of BuildQueueServiceException in org.apache.maven.continuum.configuration
 

Methods in org.apache.maven.continuum.configuration that throw BuildQueueServiceException
 BuildQueue ConfigurationServiceMock.getDefaultBuildQueue()
           
 BuildQueue ConfigurationService.getDefaultBuildQueue()
           
 BuildQueue DefaultConfigurationService.getDefaultBuildQueue()
           
 Schedule ConfigurationService.getDefaultSchedule()
           
 Schedule DefaultConfigurationService.getDefaultSchedule()
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.