Class Condition

    • Constructor Detail

      • Condition

        public Condition()
    • Method Detail

      • matches

        public abstract boolean matches​(Run<?,​?> run,
                                        RuleConfiguration configuration)
        Decides if the build matches given criteria to be updated or not.
        Parameters:
        run - build which should be evaluated
        configuration - configuration from the role
        Returns:
        true if the build matches given criteria, otherwise false