Class Condition

    • Constructor Detail

      • Condition

        public Condition()
    • Method Detail

      • id

        @Nullable
        public abstract Long id()
      • scope

        @Nullable
        public abstract Scope scope()
      • sourceRefMatcher

        @Nullable
        public abstract Matcher sourceRefMatcher()
      • targetRefMatcher

        @Nullable
        public abstract Matcher targetRefMatcher()
      • reviewers

        @Nullable
        public abstract List<User> reviewers()
      • requiredApprovals

        @Nullable
        public abstract Long requiredApprovals()