Uses of Class
com.atlassian.bamboo.build.statistics.FailurePeriod
-
Packages that use FailurePeriod Package Description com.atlassian.bamboo.build.statistics com.atlassian.bamboo.resultsummary.tests -
-
Uses of FailurePeriod in com.atlassian.bamboo.build.statistics
Methods in com.atlassian.bamboo.build.statistics that return FailurePeriod Modifier and Type Method Description FailurePeriod
StatisticsCollector. getLongestElapsedBuildPeriod()
FailurePeriod
StatisticsCollectorImpl. getLongestElapsedBuildPeriod()
@Nullable FailurePeriod
StatisticsCollector. getLongestElapsedTimePeriod()
@Nullable FailurePeriod
StatisticsCollectorImpl. getLongestElapsedTimePeriod()
Methods in com.atlassian.bamboo.build.statistics that return types with arguments of type FailurePeriod Modifier and Type Method Description List<FailurePeriod>
StatisticsCollector. getFailurePeriods()
Get a set of "periods" in which there were failures.List<FailurePeriod>
StatisticsCollectorImpl. getFailurePeriods()
Get a set of "periods" in which there were failures. -
Uses of FailurePeriod in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type FailurePeriod Modifier and Type Method Description @NotNull List<FailurePeriod>
TestCaseSummary. getFailurePeriods()
@NotNull List<FailurePeriod>
TestCaseSummaryImpl. getFailurePeriods()
-