interface ICheckOptions : IBase, IBuild, IJob, IRelease
profile |
abstract val profile: String? |
CheckOptions |
class CheckOptions : Base, ICheckOptions |
CheckOptions |
class CheckOptions : Base<ICheckOptions>, ICheckOptions |
IDefaultOptions |
interface IDefaultOptions : IBenchOptions, IBuildOptions, ICheckOptions, ICleanOptions, ITestOptions |