ICommitCollection Interface

Namespace
GitVersion
Interfaces

Syntax

public interface ICommitCollection : IEnumerable<ICommit>

Methods

Name Value Summary
GetCommitsPriorTo(DateTimeOffset) IEnumerable<ICommit>
QueryBy(CommitFilter) IEnumerable<ICommit>

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<ICommitCollection>(string) T
GitHub