C# 클래스 SimpleGitVersion.CommitVersionInfo

Final object describing a commit. Release information can easily be generated from this.
파일 보기 프로젝트 열기: SimpleGitVersion/SGV-Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CommitVersionInfo System
GetBaseVersions IReadOnlyList

공개 메소드들

메소드 설명
ComputePossibleVersions ( ) : void
ToString ( ) : string

Overridden to describe the content, previous and max previous tags if they exist.

비공개 메소드들

메소드 설명
CommitVersionInfo ( TagCollector tagCollector, string commitSha, IFullTagCommit thisCommit, IFullTagCommit contentCommit, CommitVersionInfo prevCommitParent, CommitVersionInfo prevMaxCommitParent ) : System
GetBaseVersions ( ) : IReadOnlyList

Returns either { PreviousTag, PreviousMaxTag }, { PreviousTag }, { PreviousMaxTag } or { null }.

메소드 상세

ComputePossibleVersions() 공개 메소드

public ComputePossibleVersions ( ) : void
리턴 void

ToString() 공개 메소드

Overridden to describe the content, previous and max previous tags if they exist.
public ToString ( ) : string
리턴 string