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 GitLabUsergetAuthenticatedUser()Returns the authenticated user associated with this session.GitLabgetService()Returns the service instance backing this session.
-
-
-
Method Detail
-
getService
public GitLab getService()
Returns the service instance backing this session.- Specified by:
getServicein interfaceGitSession- Returns:
- the service instance backing this session.
-
getAuthenticatedUser
public GitLabUser getAuthenticatedUser()
Returns the authenticated user associated with this session.- Specified by:
getAuthenticatedUserin interfaceGitSession- Returns:
- the authenticated user associated with this session.
-
-