@PublicApi
public interface ResultStatisticsProvider
Modifier and Type | Method and Description |
---|---|
@Nullable Date |
getBuildDate()
When the build was executed
|
int |
getBuildNumber()
Get build number
|
BuildState |
getBuildState()
Build state.
|
long |
getDuration()
Get duration of the build in milliseconds.
|
long |
getProcessingDuration()
Get processing duration of the build in milliseconds.
|
@NotNull Date |
getStatDate()
When the build was executed.
|
BuildState getBuildState()
int getBuildNumber()
@Nullable @Nullable Date getBuildDate()
@NotNull @NotNull Date getStatDate()
long getDuration()
long getProcessingDuration()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.