GitReleaseManagerDiscarder Class

Summary

The GitReleaseManager Release Discarder used to discard releases.
graph BT Type-->Base0["GitReleaseManagerTool<GitReleaseManagerDiscardSettings>"] Base0-->Base1["Tool<GitReleaseManagerDiscardSettings>"] Base1-->Base2["object"] Type["GitReleaseManagerDiscarder"] class Type type-node

Syntax

public sealed class GitReleaseManagerDiscarder : 
    GitReleaseManagerTool<GitReleaseManagerDiscardSettings>

Constructors

Methods

Name Value Summary
Discard(string, string, string, string, GitReleaseManagerDiscardSettings) void
Discards a Release using the specified settings.

Extension Methods

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