Modifier and Type | Method and Description |
---|---|
GitLabClient |
GitLabConnectionProperty.getClient() |
GitLabClient |
GitLabConnection.getClient(Item item,
String jobCredentialId) |
static GitLabClient |
GitLabConnectionProperty.getClient(Run<?,?> build) |
GitLabClient |
GitLabConnectionConfig.getClient(String connectionName,
Item item,
String jobCredentialId) |
Modifier and Type | Method and Description |
---|---|
abstract GitLabClient |
GitLabClientBuilder.buildClient(String url,
String token,
boolean ignoreCertificateErrors,
int connectionTimeout,
int readTimeout) |
Modifier and Type | Method and Description |
---|---|
GitLabClient |
ResteasyGitLabClientBuilder.buildClient(String url,
String apiToken,
boolean ignoreCertificateErrors,
int connectionTimeout,
int readTimeout) |
GitLabClient |
AutodetectGitLabClientBuilder.buildClient(String url,
String token,
boolean ignoreCertificateErrors,
int connectionTimeout,
int readTimeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
GitLabMessagePublisher.perform(Run<?,?> build,
TaskListener listener,
GitLabClient client,
MergeRequest mergeRequest) |
protected void |
GitLabVotePublisher.perform(Run<?,?> build,
TaskListener listener,
GitLabClient client,
MergeRequest mergeRequest) |
protected abstract void |
MergeRequestNotifier.perform(Run<?,?> build,
TaskListener listener,
GitLabClient client,
MergeRequest mergeRequest) |
protected void |
GitLabAcceptMergeRequestPublisher.perform(Run<?,?> build,
TaskListener listener,
GitLabClient client,
MergeRequest mergeRequest) |
Modifier and Type | Method and Description |
---|---|
List<String> |
GitLabProjectBranchesService.getBranches(GitLabClient client,
String sourceRepositoryString) |
List<String> |
GitLabProjectLabelsService.getLabels(GitLabClient client,
String sourceRepositoryString) |
Modifier and Type | Method and Description |
---|---|
static String |
ProjectIdUtil.retrieveProjectId(GitLabClient client,
String remoteUrl) |
Copyright © 2016–2022. All rights reserved.