public interface BuildHungDetails extends Serializable
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getDataMap() |
long |
getExpectedBuildTime()
The calculated expected build time - takes into account the average build time and the user configuration of
the build multiplies
|
long |
getExpectedLogTime()
The expected log time (as configured by the user)
|
long |
getLastLogTime()
The last date when a log has been received
|
Date |
getTimeHangDetected()
When exactly the hung was detected
|
long |
getTimeSinceLastLogTime()
The diff between the last log time and current time
|
void |
populateDataFromMap(Map<String,String> dataMap) |
Date getTimeHangDetected()
long getExpectedBuildTime()
long getExpectedLogTime()
long getLastLogTime()
long getTimeSinceLastLogTime()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.