INamedReference Interface

Summary

Represents any Git object (branch, tag, or ref) that has a canonical reference name.
Namespace
GitVersion.Git
Implementing Types
graph BT Type["INamedReference"] class Type type-node Implementing0["ITag"]-.->Type click Implementing0 "/api/GitVersion.Git/ITag" Implementing1["IReference"]-.->Type click Implementing1 "/api/GitVersion.Git/IReference" Implementing2["IBranch"]-.->Type click Implementing2 "/api/GitVersion.Git/IBranch"

Syntax

public interface INamedReference

Properties

Name Value Summary
Name ReferenceName
Gets the canonical name of this reference.

Extension Methods

Name Value Summary
NotNull<INamedReference>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub