Uses of Class
hudson.plugins.promoted_builds.PromotionCondition
Packages that use PromotionCondition
Package
Description
- 
Uses of PromotionCondition in hudson.plugins.promoted_buildsFields in hudson.plugins.promoted_builds with type parameters of type PromotionConditionMethods in hudson.plugins.promoted_builds that return PromotionConditionModifier and TypeMethodDescriptionPromotionProcess.getPromotionCondition(String promotionClassName) Get the promotion condition by referencing it fully qualified class nameMethods in hudson.plugins.promoted_builds that return types with arguments of type PromotionConditionModifier and TypeMethodDescriptionPromotionCondition.all()Returns all the registeredPromotionConditionDescriptors.PromotionProcess.getUnmetConditions(AbstractBuild<?, ?> build) Get the conditions that have not been met for this promotion for the buildConstructor parameters in hudson.plugins.promoted_builds with type arguments of type PromotionConditionModifierConstructorDescriptionprotectedPromotionConditionDescriptor(Class<? extends PromotionCondition> clazz) 
- 
Uses of PromotionCondition in hudson.plugins.promoted_builds.conditionsSubclasses of PromotionCondition in hudson.plugins.promoted_builds.conditionsModifier and TypeClassDescriptionclassPromotionConditionthat tests if certain downstream projects have passed.classAllow specification of Groovy scripts to qualify builds.classPromotionConditionthat requires manual promotion.classPromotionConditionthat promotes a build as soon as it's done if a given parameter has the specified value.classPromotionConditionthat promotes a build as soon as it's done.classPromotionConditionthat tests if 1 or more upstream promotions have occurred.Methods in hudson.plugins.promoted_builds.conditions that return PromotionConditionModifier and TypeMethodDescriptionDownstreamPassCondition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) UpstreamPromotionCondition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) 
- 
Uses of PromotionCondition in hudson.plugins.promoted_builds.integrations.jobdslSubclasses of PromotionCondition in hudson.plugins.promoted_builds.integrations.jobdslModifier and TypeClassDescriptionclassSpecial holder for the ManualCondition generated by the Job DSL PluginclassSpecial holder for the ReleasePromotionCondition generated by the Job DSL PluginMethods in hudson.plugins.promoted_builds.integrations.jobdsl that return types with arguments of type PromotionConditionMethod parameters in hudson.plugins.promoted_builds.integrations.jobdsl with type arguments of type PromotionConditionModifier and TypeMethodDescriptionvoidJobDslPromotionProcess.setConditions(List<PromotionCondition> conditions)