Class SubmitRuleOptions


  • public abstract class SubmitRuleOptions
    extends Object
    Stable identifier for options passed to a particular submit rule evaluator.

    Used to test whether it is ok to reuse a cached list of submit records. Does not include a change or patch set ID; callers are responsible for checking those on their own.

    • Constructor Detail

      • SubmitRuleOptions

        public SubmitRuleOptions()
    • Method Detail

      • recomputeOnClosedChanges

        public abstract boolean recomputeOnClosedChanges()
        True if the submit rules should be recomputed even when the change is already closed (merged).