public interface TestCaseSummary
Modifier and Type | Method and Description |
---|---|
float |
getAverageElapsedBuilds() |
long |
getAverageElapsedTime() |
int |
getCountFailingSince() |
BuildResultsSummary |
getFailingSinceBuild() |
String |
getFailingSinceBuildKey()
Just returns the key of the failing since build, just in case the buildResult doesn't exist anymore, e.g.
|
List<FailurePeriod> |
getFailurePeriods() |
BuildResultsSummary |
getLastRanBuild() |
TestCaseResult |
getLastTestCaseResult() |
BuildResultsSummary |
getSucceedingSinceBuild() |
@Nullable TestCaseResult getLastTestCaseResult()
@NotNull List<FailurePeriod> getFailurePeriods()
long getAverageElapsedTime()
float getAverageElapsedBuilds()
@Nullable BuildResultsSummary getFailingSinceBuild()
@Nullable String getFailingSinceBuildKey()
int getCountFailingSince()
@Nullable BuildResultsSummary getSucceedingSinceBuild()
@Nullable BuildResultsSummary getLastRanBuild()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.