Summary
Description of a build server implementation.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe
graph BT
Type["IIssuesBuildServer"]
class Type type-node
Syntax
public interface IIssuesBuildServer
Methods
Name | Value | Summary |
---|---|---|
Create |
void |
Creates a summary report of the issues.
|
DetermineCommitId |
string |
Determines the SHA ID of the current commit.
|
Determine |
bool |
Determines whether the build is for a pull request.
|
Determine |
Nullable |
Determines ID of the pull request.
|
Determine |
Uri |
Determines the repository remote url.
|
Publish |
void |
Publishes issues report as artifact to the build system.
|
Report |
void |
Reports issues to the build server.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|