public interface StatisticsCollector extends SuccessPercentageStatisticsBean
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getAllTestBuildNumbers()
List of all build numbers in list
|
float |
getAverageElapsedBuilds()
Calculates the average number of builds between fixes.
|
long |
getAverageElapsedTime()
Returns the averag etime in milliseconds it takes for builds to be fixed
|
int |
getCreatedInBuild()
what is the first build number in this collection?
|
List<Integer> |
getFailedBuildNumbers()
List of build numbers which had fails
|
List<FailurePeriod> |
getFailurePeriods()
Get a set of "periods" in which there were failures.
|
int |
getLastRanInBuild()
What is the last number in this collection?
|
FailurePeriod |
getLongestElapsedBuildPeriod() |
FailurePeriod |
getLongestElapsedTimePeriod() |
List<Integer> |
getSuccessfulBuildNumbers()
List of build numbers which were successes.
|
getSuccessPercentage, getTotalFailures, getTotalNumberOfResults, getTotalSuccesses
List<FailurePeriod> getFailurePeriods()
List
of FailurePeriod
List<Integer> getSuccessfulBuildNumbers()
int getCreatedInBuild()
int getLastRanInBuild()
long getAverageElapsedTime()
float getAverageElapsedBuilds()
@Nullable FailurePeriod getLongestElapsedTimePeriod()
FailurePeriod
with the longest elapsed time periodFailurePeriod getLongestElapsedBuildPeriod()
FailurePeriod
with the longest elapsed builds.Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.