Uses of Enum Class
org.aoju.bus.gitlab.Constants.CommitBuildState
Packages that use Constants.CommitBuildState
-
Uses of Constants.CommitBuildState in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.CommitBuildStateModifier and TypeMethodDescriptionstatic Constants.CommitBuildStatestatic Constants.CommitBuildStateReturns the enum constant of this class with the specified name.static Constants.CommitBuildState[]Constants.CommitBuildState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab 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.