Class RepositoryBuildStatusSetRequest
java.lang.Object
com.atlassian.bitbucket.build.status.RepositoryBuildStatusSetRequest
- Since:
- 7.6
-
Method Details
-
getBuildNumber
- Returns:
- an identifier for the specific run that resulted in this build status
-
getCommitId
- Returns:
- the commit hash that the build was run against
-
getDescription
- Returns:
- a short description of the build status
-
getDuration
- Returns:
- the length of time taken to run the build, in seconds
-
getLastUpdated
- Returns:
- the time this build was last updated
- Since:
- 7.19
-
getKey
- Returns:
- the key for the build that this status is associated with
-
getName
- Returns:
- the name of the build
-
getParent
- Returns:
- the identifier for the parent of the plan or job that produced this build status
-
getRef
- Returns:
- the fully qualified ref (e.g. refs/heads/master) that this build was run against, or
null
if it is not known or not run on a ref
-
getRepository
- Returns:
- the repository that this build status was built against
-
getState
- Returns:
- the resulting
BuildState
of the build
-
getTestResults
- Returns:
- the
test results
for this build
-
getUrl
- Returns:
- the URL to navigate to this build status in the CI tool
-