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
 
コンストラクタの概要
ChoiceWatchQueueDecisionHandler()
           
 
メソッドの概要
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.