Package org.gradle.profiler.gradle
Class RunTasksAction
java.lang.Object
org.gradle.profiler.gradle.GradleInvokerBuildAction
org.gradle.profiler.gradle.RunTasksAction
- All Implemented Interfaces:
BuildAction
-
Field Summary
Fields inherited from interface org.gradle.profiler.BuildAction
NO_OP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA human consumable display name for this action.A human consumable display name for this action.booleanvoidMethods inherited from class org.gradle.profiler.gradle.GradleInvokerBuildAction
run
-
Constructor Details
-
RunTasksAction
-
-
Method Details
-
isDoesSomething
public boolean isDoesSomething() -
getShortDisplayName
Description copied from interface:BuildActionA human consumable display name for this action. -
getDisplayName
Description copied from interface:BuildActionA human consumable display name for this action. -
run
- Specified by:
runin classGradleInvokerBuildAction
-