Interface GitSession

  • All Known Implementing Classes:
    GitHubSession, GitLabSession

    public interface GitSession
    An (authenticated) session for a remote Git service.
    • Method Detail

      • getService

        GitService getService()
        Returns the service instance backing this session.
        Returns:
        the service instance backing this session.
      • getAuthenticatedUser

        GitUser getAuthenticatedUser()
        Returns the authenticated user associated with this session.
        Returns:
        the authenticated user associated with this session.