RwxInfo Class

Summary

Base class used to provide information about the RWX environment.
graph BT Type-->Base0["object"] Type["RwxInfo"] class Type type-node Derived0["RwxActorInfo"]-->Type click Derived0 "/api/Cake.Common.Build.Rwx.Data/RwxActorInfo" Derived1["RwxRunInfo"]-->Type click Derived1 "/api/Cake.Common.Build.Rwx.Data/RwxRunInfo" Derived2["RwxEnvironmentInfo"]-->Type click Derived2 "/api/Cake.Common.Build.Rwx.Data/RwxEnvironmentInfo" Derived3["RwxRuntimeInfo"]-->Type click Derived3 "/api/Cake.Common.Build.Rwx.Data/RwxRuntimeInfo" Derived4["RwxGitInfo"]-->Type click Derived4 "/api/Cake.Common.Build.Rwx.Data/RwxGitInfo" Derived5["RwxTaskInfo"]-->Type click Derived5 "/api/Cake.Common.Build.Rwx.Data/RwxTaskInfo"

Syntax

public abstract class RwxInfo

Constructors

Name Summary
RwxInfo(ICakeEnvironment) Initializes a new instance of the RwxInfo class.

Methods

Name Value Summary
GetEnvironmentBoolean(string) bool
Gets an environment variable as a bool.
GetEnvironmentDirectoryPath(string) DirectoryPath
Gets an environment variable as a DirectoryPath.
GetEnvironmentInteger(string) int
Gets an environment variable as a int.
GetEnvironmentString(string) string
Gets an environment variable as a string.

Extension Methods

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