| Package | Description |
|---|---|
| com.atlassian.bamboo.configuration.external.detection |
| Modifier and Type | Method and Description |
|---|---|
RssDetectionWork |
RssDetectionQueue.enqueue(long repositoryId,
@NotNull VcsBranch vcsBranch,
boolean force,
@NotNull 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(@NotNull RssDetectionWork detectionWork)
Marks given work unit as finished.
|
| Constructor and Description |
|---|
RssDetectionFuture(@NotNull RssDetectionWork detectionWork) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.