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