Class BitbucketBuildStatus
- java.lang.Object
-
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketBuildStatus
-
public class BitbucketBuildStatus extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBitbucketBuildStatus.Builder
-
Constructor Summary
Constructors Constructor Description BitbucketBuildStatus(String buildNumber, String description, Long duration, String key, String name, String parent, String ref, BuildState state, TestResults testResults, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBuildNumber()StringgetDescription()LonggetDuration()StringgetKey()StringgetName()StringgetParent()StringgetRef()StringgetState()TestResultsgetTestResults()StringgetUrl()inthashCode()
-
-
-
Constructor Detail
-
BitbucketBuildStatus
public BitbucketBuildStatus(@CheckForNull String buildNumber, @CheckForNull String description, @CheckForNull Long duration, String key, @CheckForNull String name, @CheckForNull String parent, @CheckForNull String ref, BuildState state, @CheckForNull TestResults testResults, String url)
-
-
Method Detail
-
getBuildNumber
public String getBuildNumber()
-
getDescription
public String getDescription()
-
getDuration
@Nullable public Long getDuration()
-
getKey
public String getKey()
-
getName
public String getName()
-
getParent
@Nullable public String getParent()
-
getRef
@Nullable public String getRef()
-
getState
public String getState()
-
getTestResults
@Nullable public TestResults getTestResults()
-
getUrl
public String getUrl()
-
-