ReleaseNotesParser Class

Summary

The release notes parser.
Namespace
Cake.Common
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReleaseNotesParser"] class Type type-node

Syntax

public sealed class ReleaseNotesParser

Constructors

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

Methods

Name Value Summary
Parse(string) IReadOnlyList<ReleaseNotes>
Parses all release notes.

Extension Methods

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