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
ArchivaTaskScheduler
queueTask
in interface ArchivaTaskScheduler<RepositoryTask>
org.apache.archiva.redback.components.taskqueue.TaskQueueException
boolean unQueueTask(RepositoryTask task) throws org.apache.archiva.redback.components.taskqueue.TaskQueueException
org.apache.archiva.redback.components.taskqueue.TaskQueueException
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.