@Extension
public class ThrottleComputationQueueTaskDispatcher
extends hudson.model.queue.QueueTaskDispatcher
Constructor and Description |
---|
ThrottleComputationQueueTaskDispatcher() |
Modifier and Type | Method and Description |
---|---|
hudson.model.queue.CauseOfBlockage |
canRun(hudson.model.Queue.Item item) |
int |
indexingCount()
Gets the number of current indexing tasks.
|
int |
indexingCount(hudson.model.Node node)
Gets the number of current indexing tasks on the specified node.
|
public ThrottleComputationQueueTaskDispatcher()
public hudson.model.queue.CauseOfBlockage canRun(hudson.model.Queue.Item item)
canRun
in class hudson.model.queue.QueueTaskDispatcher
public int indexingCount()
public int indexingCount(@CheckForNull hudson.model.Node node)
node
- the node.Copyright © 2016–2017. All rights reserved.