@Extension public class ThrottleComputationQueueTaskDispatcher extends QueueTaskDispatcher
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ThrottleComputationQueueTaskDispatcher() |
Modifier and Type | Method and Description |
---|---|
CauseOfBlockage |
canRun(Queue.Item item) |
int |
computationCount()
Gets the number of current computation tasks.
|
int |
computationCount(Node node)
Gets the number of current computation tasks on the specified node.
|
int |
indexingCount()
Deprecated.
|
int |
indexingCount(Node node)
Deprecated.
|
all, canTake, canTake
public ThrottleComputationQueueTaskDispatcher()
public CauseOfBlockage canRun(Queue.Item item)
canRun
in class QueueTaskDispatcher
@Deprecated public int indexingCount()
computationCount()
public int computationCount()
@Deprecated public int indexingCount(@CheckForNull Node node)
computationCount(Node)
node
- the node.public int computationCount(@CheckForNull Node node)
node
- the node.Copyright © 2016–2020. All rights reserved.