| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external.detection |
| Modifier and Type | Method and Description |
|---|---|
RssDetectionWork |
RssDetectionQueue.enqueue(long repositoryId,
VcsBranch vcsBranch,
boolean force,
SpecsConsumer specsConsumer)
Enqueue work for a repository with the given Id and optional branch.
|
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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.