C# 클래스 GitVersion.Arguments

파일 보기 프로젝트 열기: GitTools/GitVersion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AddAssemblyInfoFileName ( string fileName ) : void
Arguments ( ) : System.Collections.Generic

메소드 상세

AddAssemblyInfoFileName() 공개 메소드

public AddAssemblyInfoFileName ( string fileName ) : void
fileName string
리턴 void

Arguments() 공개 메소드

public Arguments ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

Authentication 공개적으로 프로퍼티

public Authentication,GitVersion Authentication
리턴 GitVersion.Authentication

CommitId 공개적으로 프로퍼티

public string CommitId
리턴 string

Diag 공개적으로 프로퍼티

public bool Diag
리턴 bool

DynamicRepositoryLocation 공개적으로 프로퍼티

public string DynamicRepositoryLocation
리턴 string

EnsureAssemblyInfo 공개적으로 프로퍼티

public bool EnsureAssemblyInfo
리턴 bool

Exec 공개적으로 프로퍼티

public string Exec
리턴 string

ExecArgs 공개적으로 프로퍼티

public string ExecArgs
리턴 string

Init 공개적으로 프로퍼티

public bool Init
리턴 bool

IsHelp 공개적으로 프로퍼티

public bool IsHelp
리턴 bool

LogFilePath 공개적으로 프로퍼티

public string LogFilePath
리턴 string

NoCache 공개적으로 프로퍼티

public bool NoCache
리턴 bool

NoFetch 공개적으로 프로퍼티

public bool NoFetch
리턴 bool

Output 공개적으로 프로퍼티

public OutputType Output
리턴 OutputType

OverrideConfig 공개적으로 프로퍼티

public Config OverrideConfig
리턴 Config

Proj 공개적으로 프로퍼티

public string Proj
리턴 string

ProjArgs 공개적으로 프로퍼티

public string ProjArgs
리턴 string

ShowConfig 공개적으로 프로퍼티

public bool ShowConfig
리턴 bool

ShowVariable 공개적으로 프로퍼티

public string ShowVariable
리턴 string

TargetBranch 공개적으로 프로퍼티

public string TargetBranch
리턴 string

TargetPath 공개적으로 프로퍼티

public string TargetPath
리턴 string

TargetUrl 공개적으로 프로퍼티

public string TargetUrl
리턴 string

UpdateAssemblyInfo 공개적으로 프로퍼티

public bool UpdateAssemblyInfo
리턴 bool

UpdateAssemblyInfoFileName 공개적으로 프로퍼티

public ISet UpdateAssemblyInfoFileName
리턴 ISet

Verbosity 공개적으로 프로퍼티

public VerbosityLevel Verbosity
리턴 VerbosityLevel