ConfigInitWizard Class

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

Syntax

public class ConfigInitWizard : IConfigInitWizard

Constructors

Methods

Name Value Summary
Run(Config, string) Config

Extension Methods

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