IRefSpec Interface

Namespace
GitVersion
Interfaces
Implementing Types

Syntax

public interface IRefSpec : IEquatable<IRefSpec>, IComparable<IRefSpec>

Properties

Name Value Summary
Destination string
Direction RefSpecDirection
Source string
Specification string

Extension Methods

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