RepositoryBuildStatus@Deprecated public interface BuildStatus
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitId()
Deprecated.
The commit the build was run against.
|
Date |
getCreatedDate()
Deprecated.
|
default Date |
getDateAdded()
Deprecated.
in 7.4 for removal in 8.0. Please use
getUpdatedDate() or getCreatedDate() |
String |
getDescription()
Deprecated.
An optional description of the build result.
|
String |
getKey()
Deprecated.
Key associated with the build.
|
String |
getName()
Deprecated.
Optional name of the build.
|
BuildState |
getState()
Deprecated.
State of the build.
|
Date |
getUpdatedDate()
Deprecated.
|
String |
getUrl()
Deprecated.
URL to access the build result.
|
@Nonnull String getCommitId()
@Nonnull BuildState getState()
@Nonnull String getKey()
@Deprecated @Nonnull default Date getDateAdded()
getUpdatedDate() or getCreatedDate()getUpdatedDate()@Nonnull Date getUpdatedDate()
@Nonnull Date getCreatedDate()
Copyright © 2022 Atlassian. All rights reserved.