|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.promoted_builds.PromotionCondition
public abstract class PromotionCondition
Extension point for defining a promotion criteria.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
PromotionCondition()
|
|
| Method Summary | |
|---|---|
abstract PromotionConditionDescriptor |
getDescriptor()
|
abstract PromotionBadge |
isMet(hudson.model.AbstractBuild<?,?> build)
Checks if the promotion criteria is met. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PromotionCondition()
| Method Detail |
|---|
public abstract PromotionBadge isMet(hudson.model.AbstractBuild<?,?> build)
build - The build for which the promotion is considered.
public abstract PromotionConditionDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<PromotionCondition>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||