CreateFullIssuesReportTask Class

Summary

Creates issue report.
Assembly
Cake.Frosting.Issues.Recipe.dll
Namespace
Cake.Frosting.Issues.Recipe
Base Types
graph BT Type-->Base0["FrostingTask<IIssuesContext>"] Type["CreateFullIssuesReportTask"] class Type type-node

Syntax

public sealed class CreateFullIssuesReportTask : FrostingTask<IIssuesContext>

Attributes

Type Description
TaskNameAttribute
IsDependentOnAttribute

Constructors

Methods

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

Extension Methods

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