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.
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 |
getTasks
public DomainObjectSet getTasks()
- Returns the tasks of this project.
- Returns:
- The tasks.
Groovy Documentation