IIssuesParameters Interface

Summary

Description of parameters of the build.
graph BT Type["IIssuesParameters"] class Type type-node Implementing0["IssuesParameters"]-.->Type click Implementing0 "/api/Cake.Frosting.Issues.Recipe/IssuesParameters" Implementing1["IssuesParameters<TInputFiles, TReporting, TBuildServer, TPullRequestSystem>"]-.->Type click Implementing1 "/api/Cake.Frosting.Issues.Recipe/IssuesParameters_4"

Syntax

public interface IIssuesParameters

Properties

Name Value Summary
BuildIdentifier string
Gets or sets a identifier for the build run. If set this identifier will be used to identify to artifacts provided by the build if building on multiple configurations. Default value is string.Empty.
BuildServer IIssuesParametersBuildServer
Gets the parameters for build server integration.
InputFiles IIssuesParametersInputFiles
Gets the parameters for the input files.
OutputDirectory DirectoryPath
Gets or sets the path to the output directory. A relative path will be relative to the current working directory. Default value is BuildArtifacts.
PullRequestSystem IIssuesParametersPullRequestSystem
Gets the parameters for pull request system integration.
Reporting IIssuesParametersReporting
Gets the parameters for reporting.

Extension Methods

Name Value Summary
NotNull<IIssuesParameters>(string) void
Throws an exception if the specified parameter's value is null.
GitHub