All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.saliman.gradle.plugin.cobertura.CoberturaReports Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
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