public interface RepositoryArchivaTaskScheduler extends ArchivaTaskScheduler<RepositoryTask>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isProcessingRepositoryTask(RepositoryTask task)  | 
boolean | 
isProcessingRepositoryTask(String repositoryId)  | 
void | 
queueTask(RepositoryTask task)
Adds the task to the scanning queue. 
 | 
boolean | 
unQueueTask(RepositoryTask task)  | 
boolean isProcessingRepositoryTask(String repositoryId)
boolean isProcessingRepositoryTask(RepositoryTask task)
void queueTask(RepositoryTask task) throws org.apache.archiva.redback.components.taskqueue.TaskQueueException
ArchivaTaskSchedulerqueueTask in interface ArchivaTaskScheduler<RepositoryTask>org.apache.archiva.redback.components.taskqueue.TaskQueueExceptionboolean unQueueTask(RepositoryTask task) throws org.apache.archiva.redback.components.taskqueue.TaskQueueException
org.apache.archiva.redback.components.taskqueue.TaskQueueExceptionCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.