PlasticSCMSettings Class

graph BT Type-->Base0["ToolSettings"] Type["PlasticSCMSettings"] class Type type-node Derived0["PlasticSCMStatusSettings"]-->Type click Derived0 "/api/Cake.PlasticSCM.Status/PlasticSCMStatusSettings" Derived1["PlasticSCMAddSettings"]-->Type click Derived1 "/api/Cake.PlasticSCM.Add/PlasticSCMAddSettings" Derived2["PlasticSCMMergeSettings"]-->Type click Derived2 "/api/Cake.PlasticSCM.Merge/PlasticSCMMergeSettings" Derived3["PlasticSCMCheckinSettings"]-->Type click Derived3 "/api/Cake.PlasticSCM.Checkin/PlasticSCMCheckinSettings" Derived4["PlasticSCMSwitchSettings"]-->Type click Derived4 "/api/Cake.PlasticSCM.Switch/PlasticSCMSwitchSettings" Derived5["PlasticSCMFindSettings"]-->Type click Derived5 "/api/Cake.PlasticSCM.Find/PlasticSCMFindSettings"

Syntax

public abstract class PlasticSCMSettings : ToolSettings

Constructors

Name Summary
PlasticSCMSettings()

Properties

Name Value Summary
ForcePrintingToLog bool

Extension Methods

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