public interface ReportProvider
Modifier and Type | Method and Description |
---|---|
ImmutableResultsSummary |
getBuildResultsSummary()
Returns build results
|
Collection<Artifact> |
getCloverArtifacts()
Returns a list of artifacts (shared and local) containing Clover HTML report.
|
String |
getCloverReportUrl()
Deprecated.
since 5.7 use #getCloverArtifacts() and #getCloverReportUrl(Artifact) to handle more than one report in a build
|
String |
getCloverReportUrl(Artifact artifact)
Returns URL of the given report artifact.
|
String |
getTimestamp()
Deprecated.
since 5.7 use #getCloverArtifacts() and #getTimestamp(Artifact) to handle more than one report in a build
|
String |
getTimestamp(Artifact artifact)
Deprecated.
use #getCloverArtifacts() and #getTimestamp(Artifact) to handle more than one report in a build
|
boolean |
isCloverAdgReport(Artifact artifact)
Returns
true if given artifact contains Clover's HTML report in ADG style (introduced in Clover 4) |
boolean |
isCloverReport(Artifact artifact)
Returns
true if given artifact contains Clover's HTML report. |
@NotNull Collection<Artifact> getCloverArtifacts()
@Nullable @Deprecated String getCloverReportUrl()
null
if not exists@Nullable String getCloverReportUrl(@NotNull Artifact artifact)
null
if not exists@Deprecated @NotNull String getTimestamp()
@Deprecated @NotNull String getTimestamp(@NotNull Artifact artifact)
ImmutableResultsSummary getBuildResultsSummary()
boolean isCloverReport(@NotNull Artifact artifact)
true
if given artifact contains Clover's HTML report.artifact
- artifact to checkboolean isCloverAdgReport(@NotNull Artifact artifact)
true
if given artifact contains Clover's HTML report in ADG style (introduced in Clover 4)artifact
- artifact to checkCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.