Interface GradleTask
- All Superinterfaces:
Launchable, ProjectModel, Task
Represents a task which is executable by Gradle.
- Since:
- 1.0-milestone-5
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Gradle project this task is defined in.Methods inherited from interface Launchable
getDisplayName, getProjectIdentifier, isPublicMethods inherited from interface Task
getDescription, getGroup, getName, getPath
-
Method Details
-
getProject
GradleProject getProject()Returns the Gradle project this task is defined in.- Returns:
- The element.
- Since:
- 1.0-milestone-5
-