C# Class GitVersion.Arguments

Mostra 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_oe property

public Authentication,GitVersion Authentication
return GitVersion.Authentication

CommitId public_oe property

public string CommitId
return string

Diag public_oe property

public bool Diag
return bool

DynamicRepositoryLocation public_oe property

public string DynamicRepositoryLocation
return string

EnsureAssemblyInfo public_oe property

public bool EnsureAssemblyInfo
return bool

Exec public_oe property

public string Exec
return string

ExecArgs public_oe property

public string ExecArgs
return string

Init public_oe property

public bool Init
return bool

IsHelp public_oe property

public bool IsHelp
return bool

LogFilePath public_oe property

public string LogFilePath
return string

NoCache public_oe property

public bool NoCache
return bool

NoFetch public_oe property

public bool NoFetch
return bool

Output public_oe property

public OutputType Output
return OutputType

OverrideConfig public_oe property

public Config OverrideConfig
return Config

Proj public_oe property

public string Proj
return string

ProjArgs public_oe property

public string ProjArgs
return string

ShowConfig public_oe property

public bool ShowConfig
return bool

ShowVariable public_oe property

public string ShowVariable
return string

TargetBranch public_oe property

public string TargetBranch
return string

TargetPath public_oe property

public string TargetPath
return string

TargetUrl public_oe property

public string TargetUrl
return string

UpdateAssemblyInfo public_oe property

public bool UpdateAssemblyInfo
return bool

UpdateAssemblyInfoFileName public_oe property

public ISet UpdateAssemblyInfoFileName
return ISet

Verbosity public_oe property

public VerbosityLevel Verbosity
return VerbosityLevel