ConfigInitStepFactory Class

Namespace
GitVersion.Configuration.Init.Wizard
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IConfigInitStepFactory"] click Interface0 "/api/GitVersion.Configuration.Init.Wizard/IConfigInitStepFactory" Type["ConfigInitStepFactory"] class Type type-node

Syntax

public class ConfigInitStepFactory : IConfigInitStepFactory

Constructors

Methods

Name Value Summary
CreateStep<T>() T

Extension Methods

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