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