hudson.plugins.promoted_builds.conditions
Class DownstreamPassCondition.PseudoDownstreamBuilds

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.plugins.promoted_builds.conditions.DownstreamPassCondition.PseudoDownstreamBuilds
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Enclosing class:
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.


Constructor Summary
DownstreamPassCondition.PseudoDownstreamBuilds()
           
 
Method Summary
 void add(hudson.model.AbstractBuild<?,?> run)
           
 java.util.List<hudson.model.AbstractBuild<?,?>> listBuilds(hudson.model.AbstractProject<?,?> job)
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownstreamPassCondition.PseudoDownstreamBuilds

public DownstreamPassCondition.PseudoDownstreamBuilds()
Method Detail

add

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

listBuilds

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


Copyright © 2004-2011. All Rights Reserved.