C# Class GitVersion.Arguments

Afficher le fichier Open project: GitTools/GitVersion Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
AddAssemblyInfoFileName ( string fileName ) : void
Arguments ( ) : System.Collections.Generic

Method Details

AddAssemblyInfoFileName() public méthode

public AddAssemblyInfoFileName ( string fileName ) : void
fileName string
Résultat void

Arguments() public méthode

public Arguments ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

Authentication public_oe property

public Authentication,GitVersion Authentication
Résultat GitVersion.Authentication

CommitId public_oe property

public string CommitId
Résultat string

Diag public_oe property

public bool Diag
Résultat bool

DynamicRepositoryLocation public_oe property

public string DynamicRepositoryLocation
Résultat string

EnsureAssemblyInfo public_oe property

public bool EnsureAssemblyInfo
Résultat bool

Exec public_oe property

public string Exec
Résultat string

ExecArgs public_oe property

public string ExecArgs
Résultat string

Init public_oe property

public bool Init
Résultat bool

IsHelp public_oe property

public bool IsHelp
Résultat bool

LogFilePath public_oe property

public string LogFilePath
Résultat string

NoCache public_oe property

public bool NoCache
Résultat bool

NoFetch public_oe property

public bool NoFetch
Résultat bool

Output public_oe property

public OutputType Output
Résultat OutputType

OverrideConfig public_oe property

public Config OverrideConfig
Résultat Config

Proj public_oe property

public string Proj
Résultat string

ProjArgs public_oe property

public string ProjArgs
Résultat string

ShowConfig public_oe property

public bool ShowConfig
Résultat bool

ShowVariable public_oe property

public string ShowVariable
Résultat string

TargetBranch public_oe property

public string TargetBranch
Résultat string

TargetPath public_oe property

public string TargetPath
Résultat string

TargetUrl public_oe property

public string TargetUrl
Résultat string

UpdateAssemblyInfo public_oe property

public bool UpdateAssemblyInfo
Résultat bool

UpdateAssemblyInfoFileName public_oe property

public ISet UpdateAssemblyInfoFileName
Résultat ISet

Verbosity public_oe property

public VerbosityLevel Verbosity
Résultat VerbosityLevel