Class DeploymentPromotionCondition
- java.lang.Object
-
- hudson.plugins.promoted_builds.PromotionCondition
-
- org.jenkinsci.plugins.deployment.promoted_builds.DeploymentPromotionCondition
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<hudson.plugins.promoted_builds.PromotionCondition>
public class DeploymentPromotionCondition extends hudson.plugins.promoted_builds.PromotionCondition
PromotionCondition
to test if artifacts have been deployed.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentPromotionCondition.Badge
static class
DeploymentPromotionCondition.DescriptorImpl
static class
DeploymentPromotionCondition.ListenerImpl
Whenever a new deployment record arrives, check if we need to trigger any jobs.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DeploymentPromotionCondition(Condition cond)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition
getCond()
hudson.plugins.promoted_builds.PromotionBadge
isMet(hudson.plugins.promoted_builds.PromotionProcess promotionProcess, AbstractBuild<?,?> build)
-
-
-
Constructor Detail
-
DeploymentPromotionCondition
@DataBoundConstructor public DeploymentPromotionCondition(Condition cond)
-
-
Method Detail
-
getCond
public Condition getCond()
-
isMet
public hudson.plugins.promoted_builds.PromotionBadge isMet(hudson.plugins.promoted_builds.PromotionProcess promotionProcess, AbstractBuild<?,?> build)
- Overrides:
isMet
in classhudson.plugins.promoted_builds.PromotionCondition
-
-