RefSpec Class

Namespace
GitVersion
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IRefSpec"] click Interface0 "/api/GitVersion/IRefSpec" Type-.->Interface1["IEquatable<IRefSpec>"] Type-.->Interface2["IComparable<IRefSpec>"] Type["RefSpec"] class Type type-node

Syntax

public class RefSpec : IRefSpec, IEquatable<IRefSpec>, IComparable<IRefSpec>

Properties

Name Value Summary
Destination string
Direction RefSpecDirection
Source string
Specification string

Methods

Name Value Summary
CompareTo(IRefSpec) int
Equals(IRefSpec) bool
Equals(object) bool
GetHashCode() int
ToString() string

Extension Methods

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