Class DownstreamPassCondition.PseudoDownstreamBuilds
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.promoted_builds.conditions.DownstreamPassCondition.PseudoDownstreamBuilds
- All Implemented Interfaces:
Action
,ModelObject
- Enclosing class:
- DownstreamPassCondition
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(AbstractBuild<?, ?> run) List<AbstractBuild<?,
?>> listBuilds
(AbstractProject<?, ?> job) Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
PseudoDownstreamBuilds
public PseudoDownstreamBuilds()
-
-
Method Details
-
add
-
listBuilds
-