Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
Session |
GitLabApi.getSession() |
Deprecated.
This method will be removed in Release 5.0.0
|
Session |
SessionApi.login(String username,
String email,
String password) |
Login to get private token.
|
Constructor | Description |
---|---|
GitLabApi(String hostUrl,
Session session) |
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
|
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.
|
Copyright © 2018. All rights reserved.