public static class GenerateTestConfig.CreationAction extends com.android.build.gradle.internal.tasks.factory.EagerTaskCreationAction<GenerateTestConfig>
| Constructor and Description |
|---|
CreationAction(com.android.build.gradle.internal.scope.VariantScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(GenerateTestConfig task) |
java.lang.String |
getName() |
java.lang.Class<GenerateTestConfig> |
getType() |
public CreationAction(@NonNull
com.android.build.gradle.internal.scope.VariantScope scope)
@NonNull public java.lang.String getName()
@NonNull public java.lang.Class<GenerateTestConfig> getType()
public void execute(@NonNull
GenerateTestConfig task)
execute in interface org.gradle.api.Action<GenerateTestConfig>execute in class com.android.build.gradle.internal.tasks.factory.EagerTaskCreationAction<GenerateTestConfig>