IgnoreConfiguration Class

Namespace
GitVersion.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["IgnoreConfiguration"] class Type type-node

Syntax

public class IgnoreConfiguration

Constructors

Name Summary
IgnoreConfiguration()

Properties

Name Value Summary
Before DateTimeOffset?
IsEmpty bool
Shas IEnumerable<string>

Methods

Name Value Summary
ToFilters() IEnumerable<IVersionFilter>

Extension Methods

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