Uses of Class
hudson.model.Queue.Item
Packages that use Queue.Item
-
Uses of Queue.Item in hudson.model
Subclasses of Queue.Item in hudson.modelModifier and TypeClassDescriptionfinal classQueue.Itemin theQueue.blockedProjectsstage.static final classQueue.Itemin theQueue.buildablesstage.static final classQueue.Itemin theQueue.leftItemsstage.static classCommon part betweenQueue.BlockedItemandQueue.BuildableItem.static final classQueue.Itemin theQueue.waitingListstage.Fields in hudson.model with type parameters of type Queue.ItemMethods in hudson.model that return Queue.ItemModifier and TypeMethodDescriptionQueue.getItem(long id) Queue.getItem(Queue.Task t) Gets the information about the queue item for the given project.Queue.getItems()Gets a snapshot of items in the queue.AbstractProject.getQueueItem()Job.getQueueItem()If this job is in the build queue, return its item.Methods in hudson.model that return types with arguments of type Queue.ItemModifier and TypeMethodDescriptionQueue.getApproximateItemsQuickly()Deprecated.Deprecated.UseView.getQueueItems().Queue.getItems(Queue.Task t) Gets the information about the queue item for the given project.View.getQueueItems()Queue.getUnblockedItems()Gets all items that are in the queue but not blockedMethods in hudson.model with parameters of type Queue.ItemModifier and TypeMethodDescriptionbooleanQueue.cancel(Queue.Item item) voidCauseAction.foldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> otherActions) default AuthenticationQueue.Task.getDefaultAuthentication(Queue.Item item) Deprecated.default org.springframework.security.core.AuthenticationQueue.Task.getDefaultAuthentication2(Queue.Item item) This method allows the task to provide the default fallback authentication object to be used whenQueueItemAuthenticatorfails to authenticate the build.protected abstract booleanLoadStatistics.matches(Queue.Item item, SubTask subTask) protected booleanOverallLoadStatistics.matches(Queue.Item item, SubTask subTask) Constructors in hudson.model with parameters of type Queue.ItemModifierConstructorDescriptionprotectedItem(Queue.Item item) LeftItem(Queue.Item cancelled) When item is cancelled. -
Uses of Queue.Item in hudson.model.queue
Methods in hudson.model.queue that return Queue.ItemModifier and TypeMethodDescriptionScheduleResult.Created.getItem()ScheduleResult.Existing.getItem()ScheduleResult.getItem()UnlessScheduleResult.isRefused()is true, this method either returns the newly created item in the queue or the existing item that's already in the queue that matched the submitted task.Methods in hudson.model.queue with parameters of type Queue.ItemModifier and TypeMethodDescriptionQueueTaskDispatcher.canRun(Queue.Item item) Called wheneverQueueis considering ifQueue.Itemis ready to execute immediately (which doesn't necessarily mean that it gets executed right away — it's still subject to executor availability), or if it should be considered blocked.static ScheduleResult.ExistingScheduleResult.existing(Queue.Item i) voidFoldableAction.foldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> otherActions) Notifies that theQueue.Taskthat "owns" this action (that is, the task for which this action is submitted) is considered as a duplicate.static AuthenticationTasks.getDefaultAuthenticationOf(Queue.Task t, Queue.Item item) Deprecated.callQueue.Task.getDefaultAuthentication(Item)directly -
Uses of Queue.Item in jenkins.model
Methods in jenkins.model that return Queue.ItemModifier and TypeMethodDescriptionstatic Queue.ItemParameterizedJobMixIn.scheduleBuild2(Job<?, ?> job, int quietPeriod, Action... actions) Convenience method to schedule a build.Methods in jenkins.model with parameters of type Queue.ItemModifier and TypeMethodDescriptionprotected booleanUnlabeledLoadStatistics.matches(Queue.Item item, SubTask subTask) -
Uses of Queue.Item in jenkins.security
Methods in jenkins.security with parameters of type Queue.ItemModifier and TypeMethodDescriptionQueueItemAuthenticator.authenticate(Queue.Item item) Deprecated.org.springframework.security.core.AuthenticationQueueItemAuthenticator.authenticate2(Queue.Item item) Determines the identity in which theQueue.Executablewill run as.
Queue.getItems()directly.