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

net.saliman.gradle.plugin.cobertura.CustomModel.groovy Maven / Gradle / Ivy

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