OpenshiftSettings Class

Summary

Contains common settings used by OpenshiftTool<TSettings>.
graph BT Type-->Base0["ToolSettings"] Type["OpenshiftSettings"] class Type type-node Derived0["OpenshiftLoginSettings"]-->Type click Derived0 "/api/Cake.Openshift.Login/OpenshiftLoginSettings" Derived1["OpenshiftBuildStarterSettings"]-->Type click Derived1 "/api/Cake.Openshift.StartBuild/OpenshiftBuildStarterSettings" Derived2["OpenshiftDeleterSettings"]-->Type click Derived2 "/api/Cake.Openshift.Delete/OpenshiftDeleterSettings"

Syntax

public class OpenshiftSettings : ToolSettings

Constructors

Name Summary
OpenshiftSettings()

Properties

Name Value Summary
Namespace string
Gets or sets the namespace scope for this CLI request

Extension Methods

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