hudson.plugins.promoted_builds.conditions
クラス DownstreamPassCondition.PseudoDownstreamBuilds

java.lang.Object
  上位を拡張 hudson.model.InvisibleAction
      上位を拡張 hudson.plugins.promoted_builds.conditions.DownstreamPassCondition.PseudoDownstreamBuilds
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject
含まれているクラス:
DownstreamPassCondition

public static class DownstreamPassCondition.PseudoDownstreamBuilds
extends hudson.model.InvisibleAction

Remembers those downstream jobs that are not related by fingerprint but by the triggering relationship. This is a weaker form of the relationship and less reliable, but often people don't understand the notion of fingerprints, in which case this works.


コンストラクタの概要
DownstreamPassCondition.PseudoDownstreamBuilds()
           
 
メソッドの概要
 void add(hudson.model.AbstractBuild<?,?> run)
           
 java.util.List<hudson.model.AbstractBuild<?,?>> listBuilds(hudson.model.AbstractProject<?,?> job)
           
 
クラス hudson.model.InvisibleAction から継承されたメソッド
getDisplayName, getIconFileName, getUrlName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DownstreamPassCondition.PseudoDownstreamBuilds

public DownstreamPassCondition.PseudoDownstreamBuilds()
メソッドの詳細

add

public void add(hudson.model.AbstractBuild<?,?> run)

listBuilds

public java.util.List<hudson.model.AbstractBuild<?,?>> listBuilds(hudson.model.AbstractProject<?,?> job)


Copyright © 2011. All Rights Reserved.