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