rustic / com.osm.gradle.plugins.types.variants / BuildVariant

BuildVariant

class BuildVariant : PriorityResolveBase<IConfigBase>, IConfigBase

Constructors

<init>

BuildVariant(project: Project, settings: ProjectSettings)
BuildVariant(project: Project, settings: ProjectSettings, default: DefaultConfig?, build: BuildTypeConfig?, flavor: ProductFlavorConfig?)

Properties

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

Functions

toString

fun toString(): String