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.
static java.util.List<PromotionConditionDescriptor> PromotionConditions.CONDITIONS
           
 

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

Methods in hudson.plugins.promoted_builds that return types with arguments of type PromotionConditionDescriptor
 java.util.List<PromotionConditionDescriptor> JobPropertyImpl.DescriptorImpl.getApplicableConditions(hudson.model.AbstractProject<?,?> p)
           
static java.util.List<PromotionConditionDescriptor> PromotionConditions.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
           
 

Methods in hudson.plugins.promoted_builds.conditions that return PromotionConditionDescriptor
 PromotionConditionDescriptor DownstreamPassCondition.getDescriptor()
           
 PromotionConditionDescriptor ManualCondition.getDescriptor()
           
 



Copyright © 2009. All Rights Reserved.