Uses of Class
org.gitlab4j.api.Constants.CommitBuildState
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of Constants.CommitBuildState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.CommitBuildState Modifier and Type Method 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.Methods in org.gitlab4j.api with parameters of type Constants.CommitBuildState Modifier and Type Method Description CommitStatus
CommitsApi. addCommitStatus(Object projectIdOrPath, String sha, Constants.CommitBuildState state, Integer pipelineId, CommitStatus status)
Add or update the build status of a commit.CommitStatus
CommitsApi. addCommitStatus(Object projectIdOrPath, String sha, Constants.CommitBuildState state, CommitStatus status)
Add or update the build status of a commit.