GitReleaseManagerExporter Class

Summary

The GitReleaseManager Release Publisher used to publish releases.
graph BT Type-->Base0["GitReleaseManagerTool<GitReleaseManagerExportSettings>"] Base0-->Base1["Tool<GitReleaseManagerExportSettings>"] Base1-->Base2["object"] Type["GitReleaseManagerExporter"] class Type type-node

Syntax

public sealed class GitReleaseManagerExporter : 
    GitReleaseManagerTool<GitReleaseManagerExportSettings>

Constructors

Methods

Name Value Summary
Export(string, string, string, FilePath, GitReleaseManagerExportSettings) void
Creates a Release using the specified and settings.
Export(string, string, string, string, FilePath, GitReleaseManagerExportSettings) void
Creates a Release using the specified and settings.

Extension Methods

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