Class PromotionConditionDescriptor

    • Constructor Detail

      • PromotionConditionDescriptor

        protected PromotionConditionDescriptor​(Class<? extends PromotionCondition> clazz)
      • PromotionConditionDescriptor

        protected PromotionConditionDescriptor()
    • Method Detail

      • isApplicable

        public abstract boolean isApplicable​(AbstractProject<?,​?> item)
        Returns true if this condition is applicable to the given project.
        Returns:
        true to allow user to configure this promotion condition for the given project.