Groovy Documentation

org.gradle.tooling.model
[Java] Interface BuildableProject

org.gradle.plugins.ide.idea.model.Project
  org.gradle.tooling.model.BuildableElement
      org.gradle.tooling.model.BuildableProject
          org.gradle.tooling.model.Element
All Superinterfaces:
Project, BuildableElement, Element

@Deprecated
public interface BuildableProject
extends BuildableElement, Project

Represents a project which has Gradle tasks associated with it.

deprecated:
Use BuildableElement or one of its subtypes instead.


Field Summary
 
Fields inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
__timeStamp, __timeStamp__239_neverHappen1319515401249, __timeStamp, __timeStamp__239_neverHappen1319515400686
 
Fields inherited from class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
__timeStamp, __timeStamp__239_neverHappen1319515400686
 
Method Summary
DomainObjectSet getTasks()

Returns the tasks of this project.

 
Methods inherited from class Project
configure, equals, getDefaultResourceName, hashCode, load, store
 
Methods inherited from interface BuildableElement
getTasks
 
Methods inherited from interface Element
getDescription, getName
 

Method Detail

getTasks

public DomainObjectSet getTasks()
Returns the tasks of this project.
Returns:
The tasks.


 

Groovy Documentation