Class LoadToolingModelAction

java.lang.Object
org.gradle.profiler.gradle.GradleInvokerBuildAction
org.gradle.profiler.gradle.LoadToolingModelAction
All Implemented Interfaces:
BuildAction

public class LoadToolingModelAction extends GradleInvokerBuildAction
  • Constructor Details

    • LoadToolingModelAction

      public LoadToolingModelAction(Class<?> toolingModel, List<String> tasks)
  • Method Details

    • isDoesSomething

      public boolean isDoesSomething()
    • getShortDisplayName

      public String getShortDisplayName()
      Description copied from interface: BuildAction
      A human consumable display name for this action.
    • getDisplayName

      public String getDisplayName()
      Description copied from interface: BuildAction
      A human consumable display name for this action.
    • run

      public void run(GradleInvoker buildInvoker, List<String> gradleArgs, List<String> jvmArgs)
      Specified by:
      run in class GradleInvokerBuildAction