Uses of Enum Class
com.dabsquared.gitlabjenkins.gitlab.api.model.BuildState
Packages that use BuildState
Package
Description
-
Uses of BuildState in com.dabsquared.gitlabjenkins.gitlab.api
Methods in com.dabsquared.gitlabjenkins.gitlab.api with parameters of type BuildStateModifier and TypeMethodDescriptionvoid
GitLabClient.changeBuildStatus
(Integer projectId, String sha, BuildState state, String ref, String context, String targetUrl, String description) void
GitLabClient.changeBuildStatus
(String projectId, String sha, BuildState state, String ref, String context, String targetUrl, String description) -
Uses of BuildState in com.dabsquared.gitlabjenkins.gitlab.api.model
Methods in com.dabsquared.gitlabjenkins.gitlab.api.model that return BuildStateModifier and TypeMethodDescriptionstatic BuildState
Returns the enum constant of this class with the specified name.static BuildState[]
BuildState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BuildState in com.dabsquared.gitlabjenkins.util
Methods in com.dabsquared.gitlabjenkins.util with parameters of type BuildStateModifier and TypeMethodDescriptionstatic void
CommitStatusUpdater.updateCommitStatus
(Run<?, ?> build, TaskListener listener, BuildState state, String name) static void
CommitStatusUpdater.updateCommitStatus
(Run<?, ?> build, TaskListener listener, BuildState state, String name, List<GitLabBranchBuild> gitLabBranchBuilds, GitLabConnectionProperty connection) -
Uses of BuildState in com.dabsquared.gitlabjenkins.workflow
Methods in com.dabsquared.gitlabjenkins.workflow that return BuildStateMethods in com.dabsquared.gitlabjenkins.workflow with parameters of type BuildStateConstructors in com.dabsquared.gitlabjenkins.workflow with parameters of type BuildState