org.apache.continuum.dao
Interface BuildQueueDao

All Known Implementing Classes:
BuildQueueDaoImpl

public interface BuildQueueDao

Author:
Maria Odea Ching

Method Summary
 BuildQueue addBuildQueue(BuildQueue buildQueue)
           
 List<BuildQueue> getAllBuildQueues()
           
 BuildQueue getBuildQueue(int buildQueueId)
           
 BuildQueue getBuildQueueByName(String buildQueueName)
           
 void removeBuildQueue(BuildQueue buildQueue)
           
 BuildQueue storeBuildQueue(BuildQueue buildQueue)
           
 

Method Detail

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.