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

IBase

interface IBase

Properties

cargoConfig

abstract val cargoConfig: ICargoConfig

color

abstract val color: String?

frozen

abstract val frozen: Boolean?

locked

abstract val locked: Boolean?

manifestPath

abstract val manifestPath: String?

offline

abstract val offline: Boolean?

packageName

abstract val packageName: Iterable<String?>?

quiet

abstract val quiet: Boolean?

target

abstract val target: String?

targetDir

abstract val targetDir: String?

verbose

abstract val verbose: Boolean?

Inheritors

Base

abstract class Base : RusticConfigurableBase, IBase

Base

abstract class Base<T : IBase> : PriorityResolveBase<T>, IBase

IBenchOptions

interface IBenchOptions : IBase, IBuild, IJob, ITest

IBuildOptions

interface IBuildOptions : IBase, IBuild, IJob, IRelease

ICheckOptions

interface ICheckOptions : IBase, IBuild, IJob, IRelease

ICleanOptions

interface ICleanOptions : IBase, IDoc, IRelease

ITestOptions

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