rustic / com.osm.gradle.plugins.types.interfaces.options / ICheckOptions

ICheckOptions

interface ICheckOptions : IBase, IBuild, IJob, IRelease

Properties

profile

abstract val profile: String?

Inheritors

CheckOptions

class CheckOptions : Base, ICheckOptions

CheckOptions

class CheckOptions : Base<ICheckOptions>, ICheckOptions

IDefaultOptions

interface IDefaultOptions : IBenchOptions, IBuildOptions, ICheckOptions, ICleanOptions, ITestOptions