Package hudson.plugins.promoted_builds
Class PromotionConditionDescriptor
java.lang.Object
hudson.model.Descriptor<PromotionCondition>
hudson.plugins.promoted_builds.PromotionConditionDescriptor
- Direct Known Subclasses:
- DownstreamPassCondition.DescriptorImpl,- GroovyConditionDescriptor,- ManualCondition.DescriptorImpl,- ParameterizedSelfPromotionCondition.DescriptorImpl,- SelfPromotionCondition.DescriptorImpl,- UpstreamPromotionCondition.DescriptorImpl
- Author:
- Kohsuke Kawaguchi
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedPromotionConditionDescriptor(Class<? extends PromotionCondition> clazz) 
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleanisApplicable(AbstractProject<?, ?> item) Returns true if this condition is applicable to the given project.Methods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
- 
Constructor Details- 
PromotionConditionDescriptor
- 
PromotionConditionDescriptorprotected PromotionConditionDescriptor()
 
- 
- 
Method Details- 
isApplicableReturns true if this condition is applicable to the given project.- Returns:
- true to allow user to configure this promotion condition for the given project.
 
 
-