class BuildVariant : PriorityResolveBase<IConfigBase>, IConfigBase
<init> |
BuildVariant(project: Project, settings: ProjectSettings)BuildVariant(project: Project, settings: ProjectSettings, default: DefaultConfig?, build: BuildTypeConfig?, flavor: ProductFlavorConfig?) |
benchOptions |
val benchOptions: BenchOptions |
build |
val build: BuildTypeConfig? |
buildOptions |
val buildOptions: BuildOptions |
checkOptions |
val checkOptions: CheckOptions |
cleanOptions |
val cleanOptions: CleanOptions |
default |
val default: DefaultConfig? |
defaultOptions |
val defaultOptions: DefaultOptions |
enabled |
val enabled: Boolean? |
environments |
val environments: Map<String?, String?>? |
flavor |
val flavor: ProductFlavorConfig? |
name |
val name: String |
parentName |
val parentName: String |
project |
val project: Project |
settings |
val settings: ProjectSettings |
testOptions |
val testOptions: TestOptions |
toString |
fun toString(): String |