Uses of Class
com.atlassian.bamboo.v2.build.queue.QueueManagerView
-
Uses of QueueManagerView in com.atlassian.bamboo.v2.build.queue
Modifier and TypeMethodDescriptionstatic <V> QueueManagerView<BuildContext,
V> QueueManagerView.newBuildView
(BuildQueueManager buildQueueManager, Function<BuildQueueManager.QueueItemView<BuildContext>, BuildQueueManager.QueueItemView<V>> viewMapper) Convenience method that returns a view with builds (not deployments).static <V> QueueManagerView<CommonContext,
V> QueueManagerView.newView
(BuildQueueManager buildQueueManager, Function<BuildQueueManager.QueueItemView<CommonContext>, BuildQueueManager.QueueItemView<V>> context2QueueItem) Creates a queue view that returns all queued executables - without filtering