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