org.apache.continuum.buildqueue
Class DefaultBuildQueueService
java.lang.Object
org.apache.continuum.buildqueue.DefaultBuildQueueService
- All Implemented Interfaces:
- BuildQueueService
public class DefaultBuildQueueService
- extends Object
- implements BuildQueueService
DefaultBuildQueueService
- Author:
- Maria Odea Ching
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBuildQueueService
public DefaultBuildQueueService()
addBuildQueue
public BuildQueue addBuildQueue(BuildQueue buildQueue)
throws BuildQueueServiceException
- Specified by:
addBuildQueue in interface BuildQueueService
- Throws:
BuildQueueServiceException
getAllBuildQueues
public List<BuildQueue> getAllBuildQueues()
throws BuildQueueServiceException
- Specified by:
getAllBuildQueues in interface BuildQueueService
- Throws:
BuildQueueServiceException
getBuildQueue
public BuildQueue getBuildQueue(int buildQueueId)
throws BuildQueueServiceException
- Specified by:
getBuildQueue in interface BuildQueueService
- Throws:
BuildQueueServiceException
getBuildQueueByName
public BuildQueue getBuildQueueByName(String buildQueueName)
throws BuildQueueServiceException
- Specified by:
getBuildQueueByName in interface BuildQueueService
- Throws:
BuildQueueServiceException
removeBuildQueue
public void removeBuildQueue(BuildQueue buildQueue)
throws BuildQueueServiceException
- Specified by:
removeBuildQueue in interface BuildQueueService
- Throws:
BuildQueueServiceException
updateBuildQueue
public BuildQueue updateBuildQueue(BuildQueue buildQueue)
throws BuildQueueServiceException
- Specified by:
updateBuildQueue in interface BuildQueueService
- Throws:
BuildQueueServiceException
getBuildQueueDao
public BuildQueueDao getBuildQueueDao()
setBuildQueueDao
public void setBuildQueueDao(BuildQueueDao buildQueueDao)
getScheduleDao
public ScheduleDao getScheduleDao()
setScheduleDao
public void setScheduleDao(ScheduleDao scheduleDao)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.