RwxProvider Class

Summary

Responsible for communicating with RWX.
Namespace
Cake.Common.Build.Rwx
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IRwxProvider"] click Interface0 "/api/Cake.Common.Build.Rwx/IRwxProvider" Type["RwxProvider"] class Type type-node

Syntax

public sealed class RwxProvider : IRwxProvider

Constructors

Name Summary
RwxProvider(ICakeEnvironment, IFileSystem) Initializes a new instance of the RwxProvider class.

Properties

Name Value Summary
Commands RwxCommands
Gets the RWX commands surface, used to write output values and upload artifacts at task runtime.
Environment RwxEnvironmentInfo
Gets the environment.
IsRunningOnRwx bool
Gets a value indicating whether this instance is running on RWX.

Extension Methods

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