This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Buildah.
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 |