Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static GitLabApi |
GitLabApi.create(String url,
String username,
String password)
Deprecated.
As of release 4.2.0, replaced by
login(String, String, String) |
static GitLabApi |
GitLabApi.login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
String password)
Logs into GitLab using provided
username and password , and creates a new GitLabApi instance
using returned private token and the specified GitLab API version. |
static GitLabApi |
GitLabApi.login(String url,
String username,
String password)
Logs into GitLab using provided
username and password , and creates a new GitLabApi instance
using returned private token using GitLab API version 4. |
Constructor and Description |
---|
AbstractApi(GitLabApi gitLabApi) |
CommitsApi(GitLabApi gitLabApi) |
DeployKeysApi(GitLabApi gitLabApi) |
EventsApi(GitLabApi gitLabApi) |
GroupApi(GitLabApi gitLabApi) |
IssuesApi(GitLabApi gitLabApi) |
JobApi(GitLabApi gitLabApi) |
MergeRequestApi(GitLabApi gitLabApi) |
NamespaceApi(GitLabApi gitLabApi) |
NotesApi(GitLabApi gitLabApi) |
PipelineApi(GitLabApi gitLabApi) |
ProjectApi(GitLabApi gitLabApi) |
RepositoryApi(GitLabApi gitLabApi) |
RepositoryFileApi(GitLabApi gitLabApi) |
ServicesApi(GitLabApi gitLabApi) |
SessionApi(GitLabApi gitLabApi) |
Copyright © 2017. All rights reserved.