Class GitLabSession
- java.lang.Object
-
- com.mooltiverse.oss.nyx.services.gitlab.GitLabSession
-
- All Implemented Interfaces:
GitSession
public class GitLabSession extends Object implements GitSession
An (authenticated) session for a remote GitLab service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitLabUser
getAuthenticatedUser()
Returns the authenticated user associated with this session.GitLab
getService()
Returns the service instance backing this session.
-
-
-
Method Detail
-
getService
public GitLab getService()
Returns the service instance backing this session.- Specified by:
getService
in interfaceGitSession
- Returns:
- the service instance backing this session.
-
getAuthenticatedUser
public GitLabUser getAuthenticatedUser()
Returns the authenticated user associated with this session.- Specified by:
getAuthenticatedUser
in interfaceGitSession
- Returns:
- the authenticated user associated with this session.
-
-