Uses of Enum
org.gitlab4j.api.Constants.CommitBuildState
Packages that use Constants.CommitBuildState
-
Uses of Constants.CommitBuildState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.CommitBuildStateModifier and TypeMethodDescriptionstatic Constants.CommitBuildState
static Constants.CommitBuildState
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.CommitBuildStateModifier and TypeMethodDescriptionCommitsApi.addCommitStatus
(Object projectIdOrPath, String sha, Constants.CommitBuildState state, Long pipelineId, CommitStatus status) Add or update the build status of a commit.CommitsApi.addCommitStatus
(Object projectIdOrPath, String sha, Constants.CommitBuildState state, CommitStatus status) Add or update the build status of a commit.