InfoFeature Class

Summary

Writes information about Cake to the console.
Namespace
Cake.Cli
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ICakeInfoFeature"] click Interface0 "/api/Cake.Cli/ICakeInfoFeature" Type["InfoFeature"] class Type type-node

Syntax

public sealed class InfoFeature : ICakeInfoFeature

Constructors

Name Summary
InfoFeature(IVersionResolver) Initializes a new instance of the InfoFeature class.

Methods

Name Value Summary
Run(IConsole) void
Runs the feature.

Extension Methods

Name Value Summary
Dump<InfoFeature>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<InfoFeature>(InfoFeature[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<InfoFeature>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<InfoFeature>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<InfoFeature>(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<InfoFeature>(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