org.apache.continuum.buildqueue
Interface BuildQueueService
- All Known Implementing Classes:
- DefaultBuildQueueService
public interface BuildQueueService
- Author:
- Maria Odea Ching
addBuildQueue
BuildQueue addBuildQueue(BuildQueue buildQueue)
throws BuildQueueServiceException
- Throws:
BuildQueueServiceException
removeBuildQueue
void removeBuildQueue(BuildQueue buildQueue)
throws BuildQueueServiceException
- Throws:
BuildQueueServiceException
getBuildQueue
BuildQueue getBuildQueue(int buildQueueId)
throws BuildQueueServiceException
- Throws:
BuildQueueServiceException
getBuildQueueByName
BuildQueue getBuildQueueByName(String buildQueueName)
throws BuildQueueServiceException
- Throws:
BuildQueueServiceException
updateBuildQueue
BuildQueue updateBuildQueue(BuildQueue buildQueue)
throws BuildQueueServiceException
- Throws:
BuildQueueServiceException
getAllBuildQueues
List<BuildQueue> getAllBuildQueues()
throws BuildQueueServiceException
- Throws:
BuildQueueServiceException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.