Class SuggestReviewers

    • Field Detail

      • dbProvider

        protected final com.google.inject.Provider<ReviewDb> dbProvider
      • limit

        protected int limit
      • query

        protected String query
      • maxSuggestedReviewers

        protected final int maxSuggestedReviewers
    • Constructor Detail

      • SuggestReviewers

        @Inject
        public SuggestReviewers​(AccountVisibility av,
                                com.google.inject.Provider<ReviewDb> dbProvider,
                                org.eclipse.jgit.lib.Config cfg,
                                ReviewersUtil reviewersUtil)
    • Method Detail

      • setLimit

        public void setLimit​(int l)
      • setQuery

        public void setQuery​(String q)
      • getQuery

        public String getQuery()
      • getSuggestAccounts

        public boolean getSuggestAccounts()
      • getLimit

        public int getLimit()
      • getMaxAllowed

        public int getMaxAllowed()
      • getMaxAllowedWithoutConfirmation

        public int getMaxAllowedWithoutConfirmation()