BuildahTool<TSettings>.

BuildahTool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

Initializes a new instance of the BuildahTool<TSettings> class.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahTool<TSettings>

Syntax

protected BuildahTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The _environment.
processRunner IProcessRunner The process runner.
tools IToolLocator The tools.

Return Value

Type Description
void