|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<PromotionCondition>
hudson.plugins.promoted_builds.PromotionConditionDescriptor
public abstract class PromotionConditionDescriptor
Descriptor for PromotionCondition.
PromotionCondition.all(),
PromotionCondition.getApplicableTriggers(AbstractProject)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
protected |
PromotionConditionDescriptor()
|
protected |
PromotionConditionDescriptor(java.lang.Class<? extends PromotionCondition> clazz)
|
| Method Summary | |
|---|---|
abstract boolean |
isApplicable(hudson.model.AbstractProject<?,?> item)
Returns true if this condition is applicable to the given project. |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PromotionConditionDescriptor(java.lang.Class<? extends PromotionCondition> clazz)
protected PromotionConditionDescriptor()
| Method Detail |
|---|
public abstract boolean isApplicable(hudson.model.AbstractProject<?,?> item)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||