|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskQueueManager
| Field Summary | |
|---|---|
static String |
ROLE
|
| Method Summary | |
|---|---|
org.codehaus.plexus.taskqueue.TaskQueue |
getPurgeQueue()
|
boolean |
isInPurgeQueue(int purgeConfigurationId)
|
boolean |
isProjectInReleaseStage(String releaseId)
Check whether a project is in the release stage based on the given releaseId. |
boolean |
isRepositoryInPurgeQueue(int repositoryId)
Check if the repository is already in the purging queue |
boolean |
isRepositoryInUse(int repositoryId)
Check if the repository is being used by a project that is currently building |
boolean |
releaseInProgress()
|
boolean |
removeFromPurgeQueue(int purgeConfigId)
Remove local repository from the purge queue |
boolean |
removeFromPurgeQueue(int[] purgeConfigIds)
Remove local repositories from the purge queue |
void |
removeRepositoryFromPurgeQueue(int repositoryId)
Remove local repository from the purge queue |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
org.codehaus.plexus.taskqueue.TaskQueue getPurgeQueue()
boolean isInPurgeQueue(int purgeConfigurationId)
throws TaskQueueManagerException
TaskQueueManagerException
boolean isRepositoryInPurgeQueue(int repositoryId)
throws TaskQueueManagerException
repositoryId - the id of the repository purge configuration
TaskQueueManagerException
boolean isRepositoryInUse(int repositoryId)
throws TaskQueueManagerException
repositoryId - the id of the local repository
TaskQueueManagerException
boolean isProjectInReleaseStage(String releaseId)
throws TaskQueueManagerException
releaseId -
TaskQueueManagerException
boolean releaseInProgress()
throws TaskQueueManagerException
TaskQueueManagerException
boolean removeFromPurgeQueue(int purgeConfigId)
throws TaskQueueManagerException
purgeConfigId - the id of the purge configuration
TaskQueueManagerException
boolean removeFromPurgeQueue(int[] purgeConfigIds)
throws TaskQueueManagerException
purgeConfigIds - the ids of the purge configuration
TaskQueueManagerException
void removeRepositoryFromPurgeQueue(int repositoryId)
throws TaskQueueManagerException
repositoryId - the id of the local repository
TaskQueueManagerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||