Uses of Enum Class
com.atlassian.bitbucket.build.BuildState
Packages that use BuildState
-
Uses of BuildState in com.atlassian.bitbucket.build
Methods in com.atlassian.bitbucket.build that return BuildStateModifier and TypeMethodDescriptionstatic BuildState
BuildState.fromString
(String s) static 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.atlassian.bitbucket.build.status
Methods in com.atlassian.bitbucket.build.status that return BuildStateModifier and TypeMethodDescriptionRepositoryBuildStatus.getState()
RepositoryBuildStatusSetRequest.getState()
Methods in com.atlassian.bitbucket.build.status with parameters of type BuildStateModifier and TypeMethodDescriptionRepositoryBuildStatusSetRequest.Builder.state
(BuildState value)