public class CloverReportParser extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
CloverReportParser.CloverXmlHandler |
static class |
CloverReportParser.ProjectMetrics
Container for code metrics for a project.
|
Constructor and Description |
---|
CloverReportParser() |
Modifier and Type | Method and Description |
---|---|
protected SAXParser |
createSAXParser() |
protected @Nullable CloverReportParser.ProjectMetrics |
parse(@NotNull com.atlassian.bamboo.clover.builder.coverage.CloverReportParser.ParserRunnable runnable) |
@Nullable CloverReportParser.ProjectMetrics |
parse(@NotNull File file) |
@Nullable CloverReportParser.ProjectMetrics |
parse(@NotNull InputStream stream) |
@Nullable public @Nullable CloverReportParser.ProjectMetrics parse(@NotNull @NotNull InputStream stream)
@Nullable public @Nullable CloverReportParser.ProjectMetrics parse(@NotNull @NotNull File file)
@Nullable protected @Nullable CloverReportParser.ProjectMetrics parse(@NotNull @NotNull com.atlassian.bamboo.clover.builder.coverage.CloverReportParser.ParserRunnable runnable)
protected SAXParser createSAXParser() throws ParserConfigurationException, SAXException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.