rustic / com.osm.gradle.plugins.types.variants.options / CheckOptions

CheckOptions

class CheckOptions : Base<ICheckOptions>, ICheckOptions

Constructors

<init>

CheckOptions(variant: BuildVariant, args: List<ICheckOptions?>)

Properties

all

val all: Boolean?

allFeatures

val allFeatures: Boolean?

allTargets

val allTargets: Boolean?

bench

val bench: Iterable<String?>?

benches

val benches: Boolean?

bin

val bin: Iterable<String?>?

bins

val bins: Boolean?

example

val example: Iterable<String?>?

examples

val examples: Boolean?

exclude

val exclude: Iterable<String?>?

features

val features: Iterable<String?>?

jobs

val jobs: Int?

lib

val lib: Boolean?

messageFormat

val messageFormat: String?

noDefaultFeatures

val noDefaultFeatures: Boolean?

profile

val profile: String?

release

val release: Boolean?

test

val test: Iterable<String?>?

tests

val tests: Boolean?

workspace

val workspace: Boolean?