public static class FastDeployRuntimeExtractorTask.ConfigAction extends 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 class com.android.build.gradle.internal.scope.TaskConfigAction<FastDeployRuntimeExtractorTask>@NonNull public java.lang.Class<FastDeployRuntimeExtractorTask> getType()
getType in class com.android.build.gradle.internal.scope.TaskConfigAction<FastDeployRuntimeExtractorTask>public void execute(@NonNull
FastDeployRuntimeExtractorTask fastDeployRuntimeExtractorTask)
execute in interface org.gradle.api.Action<FastDeployRuntimeExtractorTask>execute in class com.android.build.gradle.internal.scope.PreConfigAction<FastDeployRuntimeExtractorTask>