PlasticSCMTool<TSettings> Class

Assembly
Cake.PlasticSCM.dll
Namespace
Cake.PlasticSCM
Base Types
graph BT Type-->Base0["Tool<TSettings>"] Type["PlasticSCMTool<TSettings>"] class Type type-node

Syntax

public class PlasticSCMTool<TSettings> : Tool<TSettings> where TSettings : PlasticSCMSettings

Type Parameters

Name Description
TSettings

Constructors

Properties

Name Value Summary
Log ICakeLog

Methods

Name Value Summary
CreateArgumentBuilder(PlasticSCMSettings) ProcessArgumentBuilder
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
PrintToStdout(IEnumerable<string>) void

Extension Methods

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