SystemctlOperationRunner<TSettings> Class

graph BT Type-->Base0["Tool<TSettings>"] Type["SystemctlOperationRunner<TSettings>"] class Type type-node Derived0["DaemonReloadRunner"]-->Type click Derived0 "/api/Cake.Systemctl.Runners/DaemonReloadRunner" Derived1["ListUnitFilesRunner"]-->Type click Derived1 "/api/Cake.Systemctl.Runners/ListUnitFilesRunner" Derived2["UnitRunner<TSettings>"]-->Type click Derived2 "/api/Cake.Systemctl.Runners.Unit/UnitRunner_1" Derived3["ListUnitsRunner"]-->Type click Derived3 "/api/Cake.Systemctl.Runners/ListUnitsRunner"

Syntax

public abstract class SystemctlOperationRunner<TSettings> : Tool<TSettings> 
    where TSettings : SystemctlOperationSettings

Type Parameters

Name Description
TSettings

Constructors

Methods

Name Value Summary
GetArguments(TSettings) ProcessArgumentBuilder
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
Handle(IEnumerable<string>) void
Run(TSettings) void

Extension Methods

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