TyrannoportRunner Class

Summary

Tool runner for the Tyrannoport tool
Assembly
Cake.Tyrannoport.dll
Namespace
Cake.Tyrannoport
Base Types
graph BT Type-->Base0["Tool<TyrannoportSettings>"] Type["TyrannoportRunner"] class Type type-node

Syntax

public sealed class TyrannoportRunner : Tool<TyrannoportSettings>

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
TyrannoportRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Create a new instance of the tool runner

Methods

Name Value Summary
GetToolExecutableNames() IEnumerable<string>
Returns an enumerator that yields the known tool names
GetToolName() string
Returns the tyrannoport tool name
Run(FilePath, TyrannoportSettings) void
Run the tool against a single file path

Extension Methods

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