Package org.gradle.profiler.studio
Class AndroidStudioSyncAction
java.lang.Object
org.gradle.profiler.studio.AndroidStudioSyncAction
- All Implemented Interfaces:
BuildAction
A mock-up of Android studio sync.
-
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.booleanRuns the work of this action and returns the result.
-
Constructor Details
-
AndroidStudioSyncAction
public AndroidStudioSyncAction()
-
-
Method Details
-
getShortDisplayName
Description copied from interface:BuildActionA human consumable display name for this action.- Specified by:
getShortDisplayNamein interfaceBuildAction
-
getDisplayName
Description copied from interface:BuildActionA human consumable display name for this action.- Specified by:
getDisplayNamein interfaceBuildAction
-
isDoesSomething
public boolean isDoesSomething()- Specified by:
isDoesSomethingin interfaceBuildAction
-
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
-