ReportIssuesToPullRequestTask Class

Summary

Report issues to build server.
Assembly
Cake.Frosting.Issues.Recipe.dll
Namespace
Cake.Frosting.Issues.Recipe
Base Types
graph BT Type-->Base0["FrostingTask<IIssuesContext>"] Type["ReportIssuesToPullRequestTask"] class Type type-node

Syntax

public sealed class ReportIssuesToPullRequestTask : FrostingTask<IIssuesContext>

Attributes

Type Description
TaskNameAttribute
IsDependentOnAttribute

Constructors

Methods

Name Value Summary
Run(IIssuesContext) void
ShouldRun(IIssuesContext) bool

Extension Methods

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