Package org.gradle.tooling.model
Interface GradleTask
- All Superinterfaces:
- Launchable,- ProjectModel,- Task
Represents a task which is executable by Gradle.
- Since:
- 1.0-milestone-5
- 
Method SummaryModifier and TypeMethodDescriptionReturns the Gradle project this task is defined in.Methods inherited from interface org.gradle.tooling.model.LaunchablegetDisplayName, getProjectIdentifier, isPublicMethods inherited from interface org.gradle.tooling.model.TaskgetBuildTreePath, getDescription, getGroup, getName, getPath
- 
Method Details- 
getProjectGradleProject getProject()Returns the Gradle project this task is defined in.- Returns:
- The element.
- Since:
- 1.0-milestone-5
 
 
-