public static class FastDeployRuntimeExtractorTask.CreationAction extends com.android.build.gradle.internal.tasks.factory.EagerTaskCreationAction<FastDeployRuntimeExtractorTask>
| Constructor and Description |
|---|
CreationAction(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 CreationAction(@NonNull
com.android.build.gradle.internal.scope.InstantRunVariantScope instantRunVariantScope)
@NonNull public java.lang.String getName()
@NonNull public java.lang.Class<FastDeployRuntimeExtractorTask> getType()
public void execute(@NonNull
FastDeployRuntimeExtractorTask fastDeployRuntimeExtractorTask)
execute in interface org.gradle.api.Action<FastDeployRuntimeExtractorTask>execute in class com.android.build.gradle.internal.tasks.factory.EagerTaskCreationAction<FastDeployRuntimeExtractorTask>