public interface

BuildStatus

com.atlassian.bitbucket.build.BuildStatus

Class Overview

A build result associated with a commit.

Summary

Public Methods
@Nonnull Date getDateAdded()
The date the build result was added
@Nullable String getDescription()
An optional description of the build result.
@Nonnull String getKey()
Key associated with the build.
@Nullable String getName()
Optional name of the build.
@Nonnull BuildState getState()
State of the build.
@Nonnull String getUrl()
URL to access the build result.

Public Methods

@Nonnull public Date getDateAdded ()

The date the build result was added

@Nullable public String getDescription ()

An optional description of the build result.

@Nonnull public String getKey ()

Key associated with the build. For Bamboo, this is the plan key.

@Nullable public String getName ()

Optional name of the build.

@Nonnull public BuildState getState ()

State of the build.

@Nonnull public String getUrl ()

URL to access the build result.