C# Class GitVersion.Arguments

Show file Open project: GitTools/GitVersion Class Usage Examples

Public Properties

Property Type Description
Authentication GitVersion.Authentication
CommitId string
Diag bool
DynamicRepositoryLocation string
EnsureAssemblyInfo bool
Exec string
ExecArgs string
Init bool
IsHelp bool
LogFilePath string
NoCache bool
NoFetch bool
Output OutputType
OverrideConfig Config
Proj string
ProjArgs string
ShowConfig bool
ShowVariable string
TargetBranch string
TargetPath string
TargetUrl string
UpdateAssemblyInfo bool
UpdateAssemblyInfoFileName ISet
Verbosity VerbosityLevel

Public Methods

Method Description
AddAssemblyInfoFileName ( string fileName ) : void
Arguments ( ) : System.Collections.Generic

Method Details

AddAssemblyInfoFileName() public method

public AddAssemblyInfoFileName ( string fileName ) : void
fileName string
return void

Arguments() public method

public Arguments ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Authentication public property

public Authentication,GitVersion Authentication
return GitVersion.Authentication

CommitId public property

public string CommitId
return string

Diag public property

public bool Diag
return bool

DynamicRepositoryLocation public property

public string DynamicRepositoryLocation
return string

EnsureAssemblyInfo public property

public bool EnsureAssemblyInfo
return bool

Exec public property

public string Exec
return string

ExecArgs public property

public string ExecArgs
return string

Init public property

public bool Init
return bool

IsHelp public property

public bool IsHelp
return bool

LogFilePath public property

public string LogFilePath
return string

NoCache public property

public bool NoCache
return bool

NoFetch public property

public bool NoFetch
return bool

Output public property

public OutputType Output
return OutputType

OverrideConfig public property

public Config OverrideConfig
return Config

Proj public property

public string Proj
return string

ProjArgs public property

public string ProjArgs
return string

ShowConfig public property

public bool ShowConfig
return bool

ShowVariable public property

public string ShowVariable
return string

TargetBranch public property

public string TargetBranch
return string

TargetPath public property

public string TargetPath
return string

TargetUrl public property

public string TargetUrl
return string

UpdateAssemblyInfo public property

public bool UpdateAssemblyInfo
return bool

UpdateAssemblyInfoFileName public property

public ISet UpdateAssemblyInfoFileName
return ISet

Verbosity public property

public VerbosityLevel Verbosity
return VerbosityLevel