TfxExtensionInstallRunner Class

Summary

The Tfx Install Runner used to install extensions.
graph BT Type-->Base0["TfxTool<TfxExtensionInstallSettings>"] Base0-->Base1["Tool<TfxExtensionInstallSettings>"] Type["TfxExtensionInstallRunner"] class Type type-node

Syntax

public sealed class TfxExtensionInstallRunner : TfxTool<TfxExtensionInstallSettings>

Constructors

Methods

Name Value Summary
Install(FilePath, ICollection<string>, TfxExtensionInstallSettings) void
Installs an extension using the specified settings.

Extension Methods

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