@Extension
public class NodePoolQueueTaskDispatcher
extends hudson.model.queue.QueueTaskDispatcher
Modifier and Type | Class and Description |
---|---|
static class |
NodePoolQueueTaskDispatcher.NodeCreatedForAnotherBuildCauseOfBlockage |
Constructor and Description |
---|
NodePoolQueueTaskDispatcher() |
Modifier and Type | Method and Description |
---|---|
hudson.model.queue.CauseOfBlockage |
canTake(hudson.model.Node node,
hudson.model.Queue.BuildableItem item)
Check if a node can take a task.
|
hudson.model.queue.CauseOfBlockage |
canTake(hudson.model.Node node,
hudson.model.Queue.Task task) |
public hudson.model.queue.CauseOfBlockage canTake(hudson.model.Node node, hudson.model.Queue.BuildableItem item)
canTake
in class hudson.model.queue.QueueTaskDispatcher
node
- The node which might execute the taskitem
- An item that conatins a task reference to be executedpublic hudson.model.queue.CauseOfBlockage canTake(hudson.model.Node node, hudson.model.Queue.Task task)
canTake
in class hudson.model.queue.QueueTaskDispatcher
Copyright © 2016–2018. All rights reserved.