@PublicApi
public interface ResultStatisticsProvider
Modifier and Type | Method and Description |
---|---|
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.
|
Date |
getStatDate()
When the build was executed.
|
BuildState getBuildState()
int getBuildNumber()
@Nullable Date getBuildDate()
@NotNull Date getStatDate()
long getDuration()
long getProcessingDuration()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.