public static class FastDeployRuntimeExtractorTask.ConfigAction extends java.lang.Object implements com.android.build.gradle.internal.scope.TaskConfigAction<FastDeployRuntimeExtractorTask>
| Constructor and Description |
|---|
ConfigAction(com.android.build.gradle.internal.scope.InstantRunVariantScope instantRunVariantScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(FastDeployRuntimeExtractorTask fastDeployRuntimeExtractorTask) |
java.lang.String |
getName() |
java.lang.Class<FastDeployRuntimeExtractorTask> |
getType() |
public ConfigAction(@NonNull
com.android.build.gradle.internal.scope.InstantRunVariantScope instantRunVariantScope)
@NonNull public java.lang.String getName()
getName in interface com.android.build.gradle.internal.scope.TaskConfigAction<FastDeployRuntimeExtractorTask>@NonNull public java.lang.Class<FastDeployRuntimeExtractorTask> getType()
getType in interface com.android.build.gradle.internal.scope.TaskConfigAction<FastDeployRuntimeExtractorTask>public void execute(@NonNull
FastDeployRuntimeExtractorTask fastDeployRuntimeExtractorTask)
execute in interface com.android.build.gradle.internal.scope.TaskConfigAction<FastDeployRuntimeExtractorTask>execute in interface org.gradle.api.Action<FastDeployRuntimeExtractorTask>