Package | Description |
---|---|
com.atlassian.bamboo.configuration.external.detection |
Modifier and Type | Method and Description |
---|---|
RssDetectionWork |
RssDetectionQueue.enqueue(long repositoryId)
Enqueue work for a repository with the given Id.
|
RssDetectionWork |
RssDetectionQueue.enqueue(long repositoryId,
boolean force)
Enqueue work for a repository with the given Id.
|
RssDetectionWork |
RssDetectionQueue.getNext()
Retrieves the next unit of work for the RSS detection worker thread.
|
Modifier and Type | Method and Description |
---|---|
List<RssDetectionWork> |
RssDetectionQueue.peekRemaining()
Returns all the remaining work from this queue.
|
List<RssDetectionWork> |
RssDetectionQueue.shutdown()
Registers shutdown of the RSS detection service and all the worker threads.
|
Modifier and Type | Method and Description |
---|---|
void |
RssDetectionQueue.markDone(RssDetectionWork detectionWork)
Marks given work unit as finished.
|
Constructor and Description |
---|
RssDetectionFuture(RssDetectionWork detectionWork) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.