public interface TestedComponentIdentifier
extends org.gradle.api.artifacts.component.ComponentIdentifier
This can be used with BaseVariant.getCompileClasspathArtifacts(Object)
to disambiguate
the dependencies vs the tested artifact(s).
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVariantName()
returns the name of the tested variant.
|