@Extension
public class ThrottleQueueTaskDispatcher
extends hudson.model.queue.QueueTaskDispatcher
Modifier and Type | Field and Description |
---|---|
static boolean |
USE_FLOW_EXECUTION_LIST |
Constructor and Description |
---|
ThrottleQueueTaskDispatcher() |
Modifier and Type | Method and Description |
---|---|
hudson.model.queue.CauseOfBlockage |
canRun(hudson.model.Queue.Item item) |
hudson.model.queue.CauseOfBlockage |
canRun(hudson.model.Queue.Task task,
ThrottleJobProperty tjp,
List<String> pipelineCategories) |
hudson.model.queue.CauseOfBlockage |
canTake(hudson.model.Node node,
hudson.model.Queue.Task task) |
List<hudson.model.ParameterValue> |
getParametersFromQueueItem(hudson.model.Queue.Item item) |
List<hudson.model.ParameterValue> |
getParametersFromWorkUnit(hudson.model.queue.WorkUnit unit) |
public hudson.model.queue.CauseOfBlockage canTake(hudson.model.Node node, hudson.model.Queue.Task task)
canTake
in class hudson.model.queue.QueueTaskDispatcher
public hudson.model.queue.CauseOfBlockage canRun(hudson.model.Queue.Item item)
canRun
in class hudson.model.queue.QueueTaskDispatcher
public hudson.model.queue.CauseOfBlockage canRun(hudson.model.Queue.Task task, ThrottleJobProperty tjp, List<String> pipelineCategories)
public List<hudson.model.ParameterValue> getParametersFromWorkUnit(hudson.model.queue.WorkUnit unit)
public List<hudson.model.ParameterValue> getParametersFromQueueItem(hudson.model.Queue.Item item)
Copyright © 2016–2020. All rights reserved.