JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.tooling.model
Interface HasGradleProject
All Known Subinterfaces:
EclipseProject
,
IdeaModule
public interface
HasGradleProject
An element that is associated with a Gradle project. Via the Gradle project you can access (list, run, etc.) Gradle tasks.
Method Summary
Methods
Modifier and Type
Method and Description
GradleProject
getGradleProject
()
The associated Gradle project.
Method Detail
getGradleProject
GradleProject
getGradleProject()
The associated Gradle project. Via the gradle project you can access (list, run, etc.) Gradle tasks.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method