| Package | Description |
|---|---|
| org.gitlab4j.api |
| Modifier and Type | Method and Description |
|---|---|
Session |
GitLabApi.getSession()
Deprecated.
This method will be removed in Release 4.9.0
|
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 © 2019. All rights reserved.