Uses of Class
hudson.plugins.promoted_builds.PromotionCondition

Packages that use PromotionCondition
hudson.plugins.promoted_builds   
hudson.plugins.promoted_builds.conditions   
 

Uses of PromotionCondition in hudson.plugins.promoted_builds
 

Fields in hudson.plugins.promoted_builds with type parameters of type PromotionCondition
 hudson.util.DescribableList<PromotionCondition,PromotionConditionDescriptor> PromotionProcess.conditions
          PromotionConditions.
 

Methods in hudson.plugins.promoted_builds that return PromotionCondition
 PromotionCondition PromotionProcess.getPromotionCondition(java.lang.String promotionClassName)
          Get the promotion condition by referencing it fully qualified class name
 

Methods in hudson.plugins.promoted_builds that return types with arguments of type PromotionCondition
static hudson.DescriptorExtensionList<PromotionCondition,PromotionConditionDescriptor> PromotionCondition.all()
          Returns all the registered PromotionConditionDescriptors.
 java.util.List<PromotionCondition> PromotionProcess.getUnmetConditions(hudson.model.AbstractBuild<?,?> build)
          Get the conditions that have not been met for this promotion for the build
 

Constructor parameters in hudson.plugins.promoted_builds with type arguments of type PromotionCondition
PromotionConditionDescriptor(java.lang.Class<? extends PromotionCondition> clazz)
           
 

Uses of PromotionCondition in hudson.plugins.promoted_builds.conditions
 

Subclasses of PromotionCondition in hudson.plugins.promoted_builds.conditions
 class DownstreamPassCondition
          PromotionCondition that tests if certain downstream projects have passed.
 class ManualCondition
          PromotionCondition that requires manual promotion.
 class UpstreamPromotionCondition
          PromotionCondition that tests if 1 or more upstream promotions have occurred.
 

Methods in hudson.plugins.promoted_builds.conditions that return PromotionCondition
 PromotionCondition UpstreamPromotionCondition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 PromotionCondition DownstreamPassCondition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 



Copyright © 2004-2011. All Rights Reserved.