Summary
Parameters for build server integration.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Implementing Types
graph BT
Type["IIssuesParametersBuildServer"]
class Type type-node
Implementing0["IssuesParametersBuildServer"]-.->Type
click Implementing0 "/api/Cake.Frosting.Issues.Recipe/IssuesParametersBuildServer"
Syntax
public interface IIssuesParametersBuildServer
Properties
Name | Value | Summary |
---|---|---|
Should |
bool |
Gets or sets a value indicating whether summary issues report should be created.
Default value is
true .
|
Should |
bool |
Gets or sets a value indicating whether full issues report should be published as artifact to the build system.
Default value is
true .
|
Should |
bool |
Gets or sets a value indicating whether issues should be reported to the build server.
Default value is
true .
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|