jp.ikedam.jenkins.plugins.extensible_choice_parameter
クラス ChoiceWatchQueueDecisionHandler
java.lang.Object
hudson.model.Queue.QueueDecisionHandler
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceWatchQueueDecisionHandler
- すべての実装されたインタフェース:
- hudson.ExtensionPoint
@Extension
public class ChoiceWatchQueueDecisionHandler
- extends hudson.model.Queue.QueueDecisionHandler
Listen for what value is specified with ExtensibleChoiceParameter.
Registered only for watching enqueued jobs, not for decide whether a job should be enqueued.
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
メソッドの概要 |
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. |
| クラス hudson.model.Queue.QueueDecisionHandler から継承されたメソッド |
all |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChoiceWatchQueueDecisionHandler
public ChoiceWatchQueueDecisionHandler()
shouldSchedule
public boolean shouldSchedule(hudson.model.Queue.Task p,
List<hudson.model.Action> actions)
- Notify ChoiceListProvider of the value selected.
Called when Jenkins decides a build is queued.
- 定義:
- クラス
hudson.model.Queue.QueueDecisionHandler 内の shouldSchedule
- 戻り値:
- always true (can be queued)
- 関連項目:
Queue.QueueDecisionHandler.shouldSchedule(hudson.model.Queue.Task, java.util.List)
onQueueing
protected void onQueueing(hudson.model.Queue.Task p,
List<hudson.model.Action> actions)
- Notify ChoiceListProvider of the value selected.
Copyright © 2004-2015. All Rights Reserved.