Interface PendingRequests

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface PendingRequests
    Interface to return number of pending requests.
    Since:
    6.0
    • Method Detail

      • pendingSubmits

        int pendingSubmits​(org.springframework.security.core.Authentication authentication)
        Returns number pending pull requests.
        Parameters:
        authentication - - the user
        Returns:
        - number of pull requests