C# 클래스 GitVersion.VersionCalculation.BaseVersionCalculators.VersionInBranchNameBaseVersionStrategy

Version is extracted from the name of the branch. BaseVersionSource is the commit where the branch was branched from its parent. Does not increment.
상속: BaseVersionStrategy
파일 보기 프로젝트 열기: GitTools/GitVersion 1 사용 예제들

공개 메소드들

메소드 설명
GetVersions ( GitVersionContext context ) : IEnumerable
GetVersions ( GitVersionContext context, string tagPrefixRegex, Branch currentBranch, IRepository repository ) : IEnumerable

비공개 메소드들

메소드 설명
GetVersionInBranch ( string branchName, string tagPrefixRegex ) : SemanticVersion>.Tuple

메소드 상세

GetVersions() 공개 메소드

public GetVersions ( GitVersionContext context ) : IEnumerable
context GitVersionContext
리턴 IEnumerable

GetVersions() 공개 메소드

public GetVersions ( GitVersionContext context, string tagPrefixRegex, Branch currentBranch, IRepository repository ) : IEnumerable
context GitVersionContext
tagPrefixRegex string
currentBranch Branch
repository IRepository
리턴 IEnumerable