net.saliman.gradle.plugin.cobertura.CoberturaReports Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-cobertura-plugin Show documentation
Show all versions of gradle-cobertura-plugin Show documentation
A Gradle plugin for runing Cobertura coverage reports.
package net.saliman.gradle.plugin.cobertura;
import org.gradle.api.reporting.ReportContainer;
import org.gradle.api.reporting.SingleFileReport;
/**
* The reporting configuration for the GenerateReportTask task.
*/
public interface CoberturaReports extends ReportContainer {
/**
* The Cobertura html report
*
* @return The Cobertura text report
*/
SingleFileReport getHtml();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy