Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
Session |
GitLabApi.getSession()
If this instance was created with
GitLabApi.login(String, String, String) this method will
return the Session instance returned by the GitLab API on login, otherwise returns null. |
Session |
SessionApi.login(String username,
String email,
String password)
Login to get private token.
|
Constructor and Description |
---|
GitLabApi(GitLabApi.ApiVersion apiVersion,
String hostUrl,
Session session)
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
|
GitLabApi(String hostUrl,
Session session)
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
|
Copyright © 2017. All rights reserved.