Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.api | |
com.dabsquared.gitlabjenkins.gitlab.api.model | |
com.dabsquared.gitlabjenkins.util | |
com.dabsquared.gitlabjenkins.workflow |
Modifier and Type | Method and Description |
---|---|
void |
GitLabClient.changeBuildStatus(Integer projectId,
String sha,
BuildState state,
String ref,
String context,
String targetUrl,
String description) |
void |
GitLabClient.changeBuildStatus(String projectId,
String sha,
BuildState state,
String ref,
String context,
String targetUrl,
String description) |
Modifier and Type | Method and Description |
---|---|
static BuildState |
BuildState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildState[] |
BuildState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CommitStatusUpdater.updateCommitStatus(Run<?,?> build,
TaskListener listener,
BuildState state,
String name) |
static void |
CommitStatusUpdater.updateCommitStatus(Run<?,?> build,
TaskListener listener,
BuildState state,
String name,
List<GitLabBranchBuild> gitLabBranchBuilds,
GitLabConnectionProperty connection) |
Modifier and Type | Method and Description |
---|---|
BuildState |
UpdateGitLabCommitStatusStep.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateGitLabCommitStatusStep.setState(BuildState state) |
Constructor and Description |
---|
UpdateGitLabCommitStatusStep(String name,
BuildState state) |
Copyright © 2016–2022. All rights reserved.