EditConfigStep.

EditConfigStep(IConsole, IFileSystem, ILog, IConfigInitStepFactory) Constructor

Namespace
GitVersion.Configuration.Init
Containing Type
EditConfigStep

Syntax

public EditConfigStep(IConsole console, IFileSystem fileSystem, ILog log, IConfigInitStepFactory stepFactory)

Parameters

Name Type Description
console IConsole
fileSystem IFileSystem
log ILog
stepFactory IConfigInitStepFactory

Return Value

Type Description
void
GitHub