Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.CommitBuildState |
Constants.CommitBuildState.forValue(String value) |
static Constants.CommitBuildState |
Constants.CommitBuildState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.CommitBuildState[] |
Constants.CommitBuildState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommitStatus |
CommitsApi.addCommitStatus(Object projectIdOrPath,
String sha,
Constants.CommitBuildState state,
CommitStatus status)
Add or update the build status of a commit.
|
Copyright © 2019. All rights reserved.