CMakeRunnerBase<TSettings> Class

Summary

The c make runner base
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Base Types
Derived Types
graph BT Type-->Base0["Tool<TSettings>"] Type["CMakeRunnerBase<TSettings>"] class Type type-node Derived0["CMakeRunner"]-->Type click Derived0 "/api/Cake.CMake/CMakeRunner" Derived1["CMakeBuildRunner"]-->Type click Derived1 "/api/Cake.CMake/CMakeBuildRunner"

Syntax

public abstract class CMakeRunnerBase<TSettings> : Tool<TSettings> where TSettings : ToolSettings

Type Parameters

Name Description
TSettings The type of the settings.

Constructors

Methods

Name Value Summary
GetAlternativeToolPaths(TSettings) IEnumerable<FilePath>
Gets the alternative tool paths to CMake.
GetToolExecutableNames() IEnumerable<string>
Gets the tool executable names.
GetToolName() string
Gets the name of the tool.
Run(TSettings) void
Runs the tool using the specified settings.

Extension Methods

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

See Also