Package org.gradle.profiler.gradle
Class GradleInvokerBuildAction
java.lang.Object
org.gradle.profiler.gradle.GradleInvokerBuildAction
- All Implemented Interfaces:
BuildAction
- Direct Known Subclasses:
LoadToolingModelAction,RunTasksAction,RunToolingAction
-
Field Summary
Fields inherited from interface org.gradle.profiler.BuildAction
NO_OP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidRuns the work of this action and returns the result.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildAction
getDisplayName, getShortDisplayName, isDoesSomething
-
Constructor Details
-
GradleInvokerBuildAction
public GradleInvokerBuildAction()
-
-
Method Details
-
run
public BuildActionResult run(GradleClient gradleClient, List<String> gradleArgs, List<String> jvmArgs) Description copied from interface:BuildActionRuns the work of this action and returns the result.- Specified by:
runin interfaceBuildAction
-
run
protected abstract void run(GradleInvoker buildInvoker, List<String> gradleArgs, List<String> jvmArgs)
-