![JAR search and dependency download from the Maven repository](/logo.png)
net.saliman.gradle.plugin.cobertura.CustomModel.groovy 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.Project
import org.gradle.tooling.model.DomainObjectSet
import org.gradle.tooling.model.Model
/**
* Created with IntelliJ IDEA.
* User: steve
* Date: 11/20/13
* Time: 5:42 PM
* To change this template use File | Settings | File Templates.
*
* @author Steven C. Saliman
*/
/**
* This is a custom tooling model. It must be assignable to {@link Model} and it must be an interface.
*/
interface CustomModel extends Model {
String getName();
DomainObjectSet getTasks();
//List getTasks();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy