Package org.gradle.profiler
Interface BuildAction
- All Known Implementing Classes:
AndroidStudioSyncAction,GradleInvokerBuildAction,LoadToolingModelAction,RunTasksAction,RunToolingAction
public interface BuildAction
Runs some particular action against a Gradle build.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionA human consumable display name for this action.A human consumable display name for this action.booleanRuns the work of this action and returns the result.
-
Field Details
-
NO_OP
-
-
Method Details