ContinueOnErrorTask Class

Namespace
Cake.Frosting.Tests
Interfaces
Base Types
graph BT Type-->Base0["FrostingTask"] click Base0 "/api/Cake.Frosting/FrostingTask" Base0-->Base1["FrostingTask<ICakeContext>"] Base1-->Base2["object"] Type-.->Interface0["IFrostingTask"] click Interface0 "/api/Cake.Frosting/IFrostingTask" Type["ContinueOnErrorTask"] class Type type-node

Syntax

[ContinueOnError]
public sealed class ContinueOnErrorTask : FrostingTask, IFrostingTask

Attributes

Type Description
ContinueOnErrorAttribute Used for hinting at Cake that exceptions thrown by a task decorated with this attribute should continue running.

Methods

Name Value Summary
Run(ICakeContext) void

Extension Methods

Name Value Summary
Dump<ContinueOnErrorTask>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ContinueOnErrorTask>(ContinueOnErrorTask[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ContinueOnErrorTask>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ContinueOnErrorTask>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ContinueOnErrorTask>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ContinueOnErrorTask>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin