@Extension
public class ChoiceWatchQueueDecisionHandler
extends hudson.model.Queue.QueueDecisionHandler
| Constructor and Description |
|---|
ChoiceWatchQueueDecisionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onQueueing(hudson.model.Queue.Task p,
List<hudson.model.Action> actions)
Notify ChoiceListProvider of the value selected.
|
boolean |
shouldSchedule(hudson.model.Queue.Task p,
List<hudson.model.Action> actions)
Notify ChoiceListProvider of the value selected.
|
public boolean shouldSchedule(hudson.model.Queue.Task p,
List<hudson.model.Action> actions)
shouldSchedule in class hudson.model.Queue.QueueDecisionHandlerQueue.QueueDecisionHandler.shouldSchedule(hudson.model.Queue.Task, java.util.List)protected void onQueueing(hudson.model.Queue.Task p,
List<hudson.model.Action> actions)
Copyright © 2016–2021. All rights reserved.