Uses of Class
com.atlassian.bamboo.configuration.external.detection.RssDetectionWork
-
Packages that use RssDetectionWork Package Description com.atlassian.bamboo.configuration.external.detection -
-
Uses of RssDetectionWork in com.atlassian.bamboo.configuration.external.detection
Methods in com.atlassian.bamboo.configuration.external.detection that return RssDetectionWork Modifier and Type Method 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.Methods in com.atlassian.bamboo.configuration.external.detection that return types with arguments of type RssDetectionWork Modifier and Type Method 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.Methods in com.atlassian.bamboo.configuration.external.detection with parameters of type RssDetectionWork Modifier and Type Method Description void
RssDetectionQueue. markDone(@NotNull RssDetectionWork detectionWork)
Marks given work unit as finished.Constructors in com.atlassian.bamboo.configuration.external.detection with parameters of type RssDetectionWork Constructor Description RssDetectionFuture(@NotNull RssDetectionWork detectionWork)
-