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 class
BitbucketBuildStatus.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 boolean
equals(Object o)
String
getBuildNumber()
String
getDescription()
Long
getDuration()
String
getKey()
String
getName()
String
getParent()
String
getRef()
String
getState()
TestResults
getTestResults()
String
getUrl()
int
hashCode()
-
-
-
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()
-
-