Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.api | |
com.dabsquared.gitlabjenkins.gitlab.api.model | |
com.dabsquared.gitlabjenkins.util |
Modifier and Type | Method and Description |
---|---|
void |
GitLabApi.changeBuildStatus(Integer projectId,
String sha,
BuildState state,
String ref,
String context,
String targetUrl,
String description) |
void |
GitLabApi.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(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener,
BuildState state,
String name) |
Copyright © 2016. All rights reserved.