TravisCISettings Class

Assembly
Cake.TravisCI.dll
Namespace
Cake.TravisCI
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["TravisCISettings"] class Type type-node

Syntax

public class TravisCISettings : ToolSettings

Constructors

Name Summary
TravisCISettings()

Properties

Name Value Summary
ApiEndpointUrl string
Branch string
Debug bool
Delete bool
Enterprise string
Force bool
Insecure bool
Interactive bool
Match string
NoExplode bool
Org bool
Pro bool
Repository string
SkipCompletionCheck bool
SkipVersionCheck bool
StoreRepository string
Token string

Extension Methods

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