IProcessRunner Interface

Summary

Represents a process runner.
graph BT Type["IProcessRunner"] class Type type-node Implementing0["ToolFixtureProcessRunner<TFixtureResult>"]-.->Type click Implementing0 "/api/Cake.Testing.Fixtures/ToolFixtureProcessRunner_1" Implementing1["ProcessRunner"]-.->Type click Implementing1 "/api/Cake.Core.IO/ProcessRunner"

Syntax

public interface IProcessRunner

Methods

Name Value Summary
Start(FilePath, ProcessSettings) IProcess
Starts a process using the specified information.

Extension Methods

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