C# 클래스 GitVersion.BranchConfigurationCalculator

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

공개 메소드들

메소드 설명
GetBranchConfiguration ( GitVersionContext context, Branch targetBranch, IList excludedInheritBranches = null ) : GitVersion.BranchConfig

Gets the BranchConfig for the current commit.

비공개 메소드들

메소드 설명
CalculateWhenMultipleParents ( IRepository repository, Commit currentCommit, Branch &currentBranch, Branch excludedBranches ) : Branch[]
InheritBranchConfiguration ( GitVersionContext context, Branch targetBranch, GitVersion.BranchConfig branchConfiguration, IList excludedInheritBranches ) : GitVersion.BranchConfig
LookupBranchConfiguration ( [ config, [ currentBranch ) : IEnumerable

메소드 상세

GetBranchConfiguration() 공개 정적인 메소드

Gets the BranchConfig for the current commit.
public static GetBranchConfiguration ( GitVersionContext context, Branch targetBranch, IList excludedInheritBranches = null ) : GitVersion.BranchConfig
context GitVersionContext
targetBranch Branch
excludedInheritBranches IList
리턴 GitVersion.BranchConfig