Summary
Description of parameters of the build.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Implementing Types
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 | I |
Gets the parameters for build server integration.
|
InputFiles | I |
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 | I |
Gets the parameters for pull request system integration.
|
Reporting | I |
Gets the parameters for reporting.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|