Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BuildState
-
Packages that use BuildState Package Description com.atlassian.bitbucket.jenkins.internal.model 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 BuildState Modifier and Type Method Description static BuildState
BuildState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildState[]
BuildState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BuildState Constructor Description BitbucketBuildStatus(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)
-