Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
static GitLabApi |
GitLabApi.create(String url,
String username,
String password) |
Deprecated.
As of release 4.2.0, replaced by
login(String, String, String) , will be removed in 4.9.0 |
GitLabApi |
GitLabApi.duplicate() |
Create a new GitLabApi instance that is logically a duplicate of this instance, with the exception off sudo state.
|
static GitLabApi |
GitLabApi.login(String url,
String username,
String password) |
Deprecated.
As of release 4.8.7, will be removed in 4.9.0
|
static GitLabApi |
GitLabApi.login(String url,
String username,
String password,
boolean ignoreCertificateErrors) |
Deprecated.
As of release 4.8.7, will be removed in 4.9.0
|
static GitLabApi |
GitLabApi.login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
String password) |
Deprecated.
As of release 4.8.7, will be removed in 4.9.0
|
static GitLabApi |
GitLabApi.login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
String password,
boolean ignoreCertificateErrors) |
Deprecated.
As of release 4.8.7, will be removed in 4.9.0
|
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
char[] password) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
char[] password,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
char[] password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
CharSequence password) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
CharSequence password,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
CharSequence password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
String password) |
Deprecated.
As of release 4.8.7, replaced by
oauth2Login(String, String, CharSequence) , will be removed in 4.9.0 |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
String password,
boolean ignoreCertificateErrors) |
Deprecated.
As of release 4.8.7, replaced by
oauth2Login(String, String, CharSequence, boolean) , will be removed in 4.9.0 |
static GitLabApi |
GitLabApi.oauth2Login(String url,
String username,
String password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Deprecated.
As of release 4.8.7, will be removed in 4.9.0
|
static GitLabApi |
GitLabApi.oauth2Login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
char[] password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
static GitLabApi |
GitLabApi.oauth2Login(GitLabApi.ApiVersion apiVersion,
String url,
String username,
CharSequence password,
String secretToken,
Map<String,Object> clientConfigProperties,
boolean ignoreCertificateErrors) |
Logs into GitLab using OAuth2 with the provided
username and password ,
and creates a new GitLabApi instance using returned access token. |
Constructor | Description |
---|---|
AbstractApi(GitLabApi gitLabApi) |
|
CommitsApi(GitLabApi gitLabApi) |
|
DeployKeysApi(GitLabApi gitLabApi) |
|
EventsApi(GitLabApi gitLabApi) |
|
GroupApi(GitLabApi gitLabApi) |
|
HealthCheckApi(GitLabApi gitLabApi) |
|
IssuesApi(GitLabApi gitLabApi) |
|
JobApi(GitLabApi gitLabApi) |
|
LabelsApi(GitLabApi gitLabApi) |
|
MergeRequestApi(GitLabApi gitLabApi) |
|
MilestonesApi(GitLabApi gitLabApi) |
|
NamespaceApi(GitLabApi gitLabApi) |
|
NotesApi(GitLabApi gitLabApi) |
|
NotificationSettingsApi(GitLabApi gitLabApi) |
|
PipelineApi(GitLabApi gitLabApi) |
|
ProjectApi(GitLabApi gitLabApi) |
|
ProtectedBranchesApi(GitLabApi gitLabApi) |
|
RepositoryApi(GitLabApi gitLabApi) |
|
RepositoryFileApi(GitLabApi gitLabApi) |
|
RunnersApi(GitLabApi gitLabApi) |
|
ServicesApi(GitLabApi gitLabApi) |
|
SessionApi(GitLabApi gitLabApi) |
|
SystemHooksApi(GitLabApi gitLabApi) |
Copyright © 2018. All rights reserved.