public class DeploymentPromotionCondition
extends hudson.plugins.promoted_builds.PromotionCondition
PromotionCondition to test if artifacts have been deployed.| Modifier and Type | Class and 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.
|
| Constructor and Description |
|---|
DeploymentPromotionCondition(Condition cond) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCond() |
hudson.plugins.promoted_builds.PromotionBadge |
isMet(hudson.plugins.promoted_builds.PromotionProcess promotionProcess,
hudson.model.AbstractBuild<?,?> build) |
@DataBoundConstructor public DeploymentPromotionCondition(Condition cond)
public Condition getCond()
public hudson.plugins.promoted_builds.PromotionBadge isMet(hudson.plugins.promoted_builds.PromotionProcess promotionProcess,
hudson.model.AbstractBuild<?,?> build)
isMet in class hudson.plugins.promoted_builds.PromotionConditionCopyright © 2004-2014. All Rights Reserved.