public static class ProcessTestManifest.ConfigAction extends com.android.build.gradle.internal.scope.TaskConfigAction<ProcessTestManifest>
| Constructor and Description |
|---|
ConfigAction(com.android.build.gradle.internal.scope.VariantScope scope,
com.android.build.api.artifact.BuildableArtifact testTargetMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProcessTestManifest processTestManifestTask) |
java.lang.String |
getName() |
java.lang.Class<ProcessTestManifest> |
getType() |
public ConfigAction(@NonNull
com.android.build.gradle.internal.scope.VariantScope scope,
@Nullable
com.android.build.api.artifact.BuildableArtifact testTargetMetadata)
@NonNull public java.lang.String getName()
getName in class com.android.build.gradle.internal.scope.TaskConfigAction<ProcessTestManifest>@NonNull public java.lang.Class<ProcessTestManifest> getType()
getType in class com.android.build.gradle.internal.scope.TaskConfigAction<ProcessTestManifest>public void execute(@NonNull
ProcessTestManifest processTestManifestTask)
execute in interface org.gradle.api.Action<ProcessTestManifest>execute in class com.android.build.gradle.internal.scope.PreConfigAction<ProcessTestManifest>