Class GradleTask.Invocation

java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleTask.Invocation
Enclosing class:
GradleTask

public static class GradleTask.Invocation extends Object
An invocation of a method that customizes a task.
  • Method Details

    • getTarget

      public String getTarget()
      Return the name of the method.
      Returns:
      the method name
    • getArguments

      public List<String> getArguments()
      Return the arguments (can be empty).
      Returns:
      the method arguments