hudson.plugins.promoted_builds
Class PromotionConditions

java.lang.Object
  extended by hudson.plugins.promoted_builds.PromotionConditions

public class PromotionConditions
extends java.lang.Object

All registered PromotionConditionDescriptors in the system.

Author:
Kohsuke Kawaguchi

Field Summary
static java.util.List<PromotionConditionDescriptor> CONDITIONS
           
 
Constructor Summary
PromotionConditions()
           
 
Method Summary
static java.util.List<PromotionConditionDescriptor> getApplicableTriggers(hudson.model.AbstractProject<?,?> p)
          Returns a subset of PromotionConditionDescriptors that applys to the given project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONDITIONS

public static final java.util.List<PromotionConditionDescriptor> CONDITIONS
Constructor Detail

PromotionConditions

public PromotionConditions()
Method Detail

getApplicableTriggers

public static java.util.List<PromotionConditionDescriptor> getApplicableTriggers(hudson.model.AbstractProject<?,?> p)
Returns a subset of PromotionConditionDescriptors that applys to the given project.



Copyright © 2009. All Rights Reserved.