Uses of Class
hudson.plugins.promoted_builds.PromotionConditionDescriptor

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

Uses of PromotionConditionDescriptor in hudson.plugins.promoted_builds
 

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

Methods in hudson.plugins.promoted_builds that return PromotionConditionDescriptor
 PromotionConditionDescriptor PromotionCondition.getDescriptor()
           
 

Methods in hudson.plugins.promoted_builds that return types with arguments of type PromotionConditionDescriptor
static hudson.DescriptorExtensionList<PromotionCondition,PromotionConditionDescriptor> PromotionCondition.all()
          Returns all the registered PromotionConditionDescriptors.
 java.util.List<PromotionConditionDescriptor> JobPropertyImpl.DescriptorImpl.getApplicableConditions(hudson.model.AbstractProject<?,?> p)
           
static java.util.List<PromotionConditionDescriptor> PromotionCondition.getApplicableTriggers(hudson.model.AbstractProject<?,?> p)
          Returns a subset of PromotionConditionDescriptors that applys to the given project.
 

Uses of PromotionConditionDescriptor in hudson.plugins.promoted_builds.conditions
 

Subclasses of PromotionConditionDescriptor in hudson.plugins.promoted_builds.conditions
static class DownstreamPassCondition.DescriptorImpl
           
static class ManualCondition.DescriptorImpl
           
 



Copyright © 2010. All Rights Reserved.