IssuesParametersBuildServer Class

Summary

Parameters for build server integration.
graph BT Type-->Base0["Object"] Type-.->Interface0["IIssuesParametersBuildServer"] click Interface0 "/api/Cake.Frosting.Issues.Recipe/IIssuesParametersBuildServer" Type["IssuesParametersBuildServer"] class Type type-node

Syntax

public class IssuesParametersBuildServer : IIssuesParametersBuildServer

Constructors

Properties

Name Value Summary
ShouldCreateSummaryIssuesReport bool
Gets or sets a value indicating whether summary issues report should be created. Default value is true.
ShouldPublishFullIssuesReport bool
Gets or sets a value indicating whether full issues report should be published as artifact to the build system. Default value is true.
ShouldReportIssuesToBuildServer 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<IssuesParametersBuildServer>(string) void
Throws an exception if the specified parameter's value is null.
GitHub