interface IBenchOptions : IBase, IBuild, IJob, ITest
BenchOptions |
class BenchOptions : Base, IBenchOptions |
BenchOptions |
class BenchOptions : Base<IBenchOptions>, IBenchOptions |
IDefaultOptions |
interface IDefaultOptions : IBenchOptions, IBuildOptions, ICheckOptions, ICleanOptions, ITestOptions |