IRwxProvider Interface

Summary

Represents an RWX Provider.
Namespace
Cake.Common.Build.Rwx
Implementing Types
graph BT Type["IRwxProvider"] class Type type-node Implementing0["RwxProvider"]-.->Type click Implementing0 "/api/Cake.Common.Build.Rwx/RwxProvider"

Syntax

public interface IRwxProvider

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