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