Summary
DotCoverReportsSettings.
Implements the
Cake.Core.Tooling.ToolSettings
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["DotCoverReportsSettings"]
class Type type-node
Syntax
public class DotCoverReportsSettings : ToolSettings
Constructors
| Name | Summary |
|---|---|
| Dot |
Properties
| Name | Value | Summary |
|---|---|---|
| OutputDirectory | DirectoryPath |
Gets or sets the output directory.
|
| ReportName | string |
Gets or sets the name of the report.
|
| ReportTypes | IEnumerable |
Gets or sets the report types.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Cake.Core.Tooling.ToolSettings
