Uses of Class
com.atlassian.bamboo.configuration.external.detection.RssDetectionWork
-
Uses of RssDetectionWork in com.atlassian.bamboo.configuration.external.detection
Modifier and TypeMethodDescriptionRssDetectionQueue.enqueue
(long repositoryId, @NotNull VcsBranch vcsBranch, boolean force, @NotNull SpecsConsumer specsConsumer) Enqueue work for a repository with the given Id and optional branch.RssDetectionQueue.getNext()
Retrieves the next unit of work for the RSS detection worker thread.Modifier and TypeMethodDescriptionRssDetectionQueue.peekRemaining()
Returns all the remaining work from this queue.RssDetectionQueue.shutdown()
Registers shutdown of the RSS detection service and all the worker threads.Modifier and TypeMethodDescriptionvoid
RssDetectionQueue.markDone
(@NotNull RssDetectionWork detectionWork) Marks given work unit as finished.