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.
|
メソッドの概要 |
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.