C# 클래스 GitVersion.GitVersionContext

Contextual information about where GitVersion is being run
파일 보기 프로젝트 열기: GitTools/GitVersion 1 사용 예제들

공개 메소드들

메소드 설명
CalculateEffectiveConfiguration ( ) : void
GitVersionContext ( IRepository repository, Branch currentBranch, Config configuration, bool onlyEvaluateTrackedBranches = true, string commitId = null ) : System
GitVersionContext ( IRepository repository, Config configuration, bool isForTrackingBranchOnly = true, string commitId = null ) : System

메소드 상세

CalculateEffectiveConfiguration() 공개 메소드

public CalculateEffectiveConfiguration ( ) : void
리턴 void

GitVersionContext() 공개 메소드

public GitVersionContext ( IRepository repository, Branch currentBranch, Config configuration, bool onlyEvaluateTrackedBranches = true, string commitId = null ) : System
repository IRepository
currentBranch Branch
configuration Config
onlyEvaluateTrackedBranches bool
commitId string
리턴 System

GitVersionContext() 공개 메소드

public GitVersionContext ( IRepository repository, Config configuration, bool isForTrackingBranchOnly = true, string commitId = null ) : System
repository IRepository
configuration Config
isForTrackingBranchOnly bool
commitId string
리턴 System