Class GitLabSession

  • All Implemented Interfaces:
    GitSession

    public class GitLabSession
    extends Object
    implements GitSession
    An (authenticated) session for a remote GitLab service.
    • Method Detail

      • getService

        public GitLab getService()
        Returns the service instance backing this session.
        Specified by:
        getService in interface GitSession
        Returns:
        the service instance backing this session.
      • getAuthenticatedUser

        public GitLabUser getAuthenticatedUser()
        Returns the authenticated user associated with this session.
        Specified by:
        getAuthenticatedUser in interface GitSession
        Returns:
        the authenticated user associated with this session.