ICommitCollection Interface

Namespace
GitVersion
Interfaces
graph BT Type-.->Interface0["IEnumerable<ICommit>"] Type["ICommitCollection"] class Type type-node

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