Constants
public class SessionApi extends AbstractApi
Constants.ActionType, Constants.GroupOrderBy, Constants.ImpersonationState, Constants.IssueScope, Constants.IssueState, Constants.JobScope, Constants.LineType, Constants.MergeRequestState, Constants.MilestoneState, Constants.PipelineOrderBy, Constants.PipelineScope, Constants.ProjectOrderBy, Constants.SortOrder, Constants.StateEvent, Constants.TargetType, Constants.TokenType
NEXT_PAGE_HEADER, PAGE_HEADER, PAGE_PARAM, PER_PAGE, PER_PAGE_PARAM, PREV_PAGE_HEADER, TOTAL_HEADER, TOTAL_PAGES_HEADER
Constructor | Description |
---|---|
SessionApi(GitLabApi gitLabApi) |
Modifier and Type | Method | Description |
---|---|---|
Session |
login(String username,
String email,
String password) |
Login to get private token.
|
addFormParam, addFormParam, delete, delete, get, get, getApiClient, getApiVersion, getDefaultPerPage, getDefaultPerPageParam, getPageQueryParams, getWithAccepts, handle, isApiVersion, post, post, post, post, put, put, putWithFormData, urlEncode, validate
public SessionApi(GitLabApi gitLabApi)
public Session login(String username, String email, String password) throws GitLabApiException
username
- the username to loginemail
- the email address to loginpassword
- the password of the userGitLabApiException
- if any exception occursCopyright © 2018. All rights reserved.