Class QueueManagerUtils
java.lang.Object
com.atlassian.bamboo.v2.build.queue.QueueManagerUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetQueuedExecutables
(BuildQueueManager buildQueueManager) static Predicate<? super ResultKeyProvider>
hasResultKeyEqualTo
(ResultKey resultKey) static void
removeFromQueue
(@NotNull BuildQueueManager buildQueueManager, @NotNull LocalResultProcessor localResultProcessor, @NotNull Key planKey) Remove queued items for key.
-
Field Details
-
GET_RESULT_KEY
-
-
Method Details
-
removeFromQueue
public static void removeFromQueue(@NotNull @NotNull BuildQueueManager buildQueueManager, @NotNull @NotNull LocalResultProcessor localResultProcessor, @NotNull @NotNull Key planKey) Remove queued items for key. This method does not remove any child objects from the queue. -
getQueuedExecutables
-
asQueued
-
hasResultKeyEqualTo
-