Uses of Class
hudson.plugins.promoted_builds.PromotionCondition
Packages that use PromotionCondition
Package
Description
-
Uses of PromotionCondition in hudson.plugins.promoted_builds
Fields 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 registeredPromotionConditionDescriptor
s.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 PromotionConditionModifierConstructorDescriptionprotected
PromotionConditionDescriptor
(Class<? extends PromotionCondition> clazz) -
Uses of PromotionCondition in hudson.plugins.promoted_builds.conditions
Subclasses of PromotionCondition in hudson.plugins.promoted_builds.conditionsModifier 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.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.jobdsl
Subclasses of PromotionCondition in hudson.plugins.promoted_builds.integrations.jobdslModifier and TypeClassDescriptionclass
Special holder for the ManualCondition generated by the Job DSL Pluginclass
Special 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 TypeMethodDescriptionvoid
JobDslPromotionProcess.setConditions
(List<PromotionCondition> conditions)