Uses of Class
hudson.plugins.promoted_builds.PromotionCondition
Package
Description
-
Uses of PromotionCondition in hudson.plugins.promoted_builds
Modifier and TypeMethodDescriptionPromotionProcess.getPromotionCondition
(String promotionClassName) Get the promotion condition by referencing it fully qualified class nameModifier and TypeMethodDescriptionPromotionCondition.all()
Returns all the registeredPromotionConditionDescriptor
s.PromotionProcess.getUnmetConditions
(AbstractBuild<?, ?> build) Get the conditions that have not been met for this promotion for the buildModifierConstructorDescriptionprotected
PromotionConditionDescriptor
(Class<? extends PromotionCondition> clazz) -
Uses of PromotionCondition in hudson.plugins.promoted_builds.conditions
Modifier and TypeClassDescriptionclass
PromotionCondition
that tests if certain downstream projects have passed.class
Allow specification of Groovy scripts to qualify builds.class
PromotionCondition
that requires manual promotion.class
PromotionCondition
that promotes a build as soon as it's done if a given parameter has the specified value.class
PromotionCondition
that promotes a build as soon as it's done.class
PromotionCondition
that tests if 1 or more upstream promotions have occurred.Modifier and TypeMethodDescriptionDownstreamPassCondition.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) UpstreamPromotionCondition.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) -
Uses of PromotionCondition in hudson.plugins.promoted_builds.integrations.jobdsl
Modifier and TypeClassDescriptionclass
Special holder for the ManualCondition generated by the Job DSL Pluginclass
Special holder for the ReleasePromotionCondition generated by the Job DSL PluginModifier and TypeMethodDescriptionvoid
JobDslPromotionProcess.setConditions
(List<PromotionCondition> conditions)