Uses of Enum Class
com.atlassian.bitbucket.jenkins.internal.model.BuildState
Packages that use BuildState
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of BuildState in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BuildStateModifier and TypeMethodDescriptionstatic BuildStateReturns 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.Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BuildStateModifierConstructorDescriptionBitbucketBuildStatus(String buildNumber, String description, Long duration, String key, String name, String parent, String ref, BuildState state, TestResults testResults, String url) Builder(String key, BuildState state, String url)