Class GradleTask.Invocation
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleTask.Invocation
- Enclosing class:
- GradleTask
An invocation of a method that customizes a task.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the arguments (can be empty).Return the name of the method.
-
Method Details
-
getTarget
Return the name of the method.- Returns:
- the method name
-
getArguments
Return the arguments (can be empty).- Returns:
- the method arguments
-