rustic / com.osm.gradle.plugins.types.interfaces.options.option / IBuild

IBuild

interface IBuild

Properties

all

abstract val all: Boolean?

allFeatures

abstract val allFeatures: Boolean?

allTargets

abstract val allTargets: Boolean?

bench

abstract val bench: Iterable<String?>?

benches

abstract val benches: Boolean?

bin

abstract val bin: Iterable<String?>?

bins

abstract val bins: Boolean?

example

abstract val example: Iterable<String?>?

examples

abstract val examples: Boolean?

exclude

abstract val exclude: Iterable<String?>?

features

abstract val features: Iterable<String?>?

lib

abstract val lib: Boolean?

messageFormat

abstract val messageFormat: String?

noDefaultFeatures

abstract val noDefaultFeatures: Boolean?

test

abstract val test: Iterable<String?>?

tests

abstract val tests: Boolean?

workspace

abstract val workspace: Boolean?

Inheritors

IBenchOptions

interface IBenchOptions : IBase, IBuild, IJob, ITest

IBuildOptions

interface IBuildOptions : IBase, IBuild, IJob, IRelease

ICheckOptions

interface ICheckOptions : IBase, IBuild, IJob, IRelease

ITestOptions

interface ITestOptions : IBase, IBuild, IDoc, IRelease, ITest