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