GenericBuildahRunner<TSettings>.

GenericBuildahRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

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

Syntax

public GenericBuildahRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)

Parameters

Name Type Description
fileSystem IFileSystem Represents a file system.
environment ICakeEnvironment Represents the environment.
processRunner IProcessRunner Represents a process runner.
tools IToolLocator Represents a tool locator.

Return Value

Type Description
void