IConfigInitStepFactory Interface

graph BT Type["IConfigInitStepFactory"] class Type type-node Implementing0["ConfigInitStepFactory"]-.->Type click Implementing0 "/api/GitVersion.Configuration.Init.Wizard/ConfigInitStepFactory"

Syntax

public interface IConfigInitStepFactory

Methods

Name Value Summary
CreateStep<T>() T

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IConfigInitStepFactory>(string) T
GitHub