Uses of Enum Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.buildstatus.RestBuildStatus.State
-
Uses of RestBuildStatus.State in com.atlassian.bamboo.plugins.bitbucket.rest.entity.buildstatus
Modifier and TypeMethodDescriptionRestBuildStatus.getState()
static RestBuildStatus.State
Returns the enum constant of this class with the specified name.static RestBuildStatus.State[]
RestBuildStatus.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRestBuildStatus
(PlanResultKey resultKey, String buildStatusKey, RestBuildStatus.State state, String name, javax.ws.rs.core.UriBuilder uriBuilder, String description)