InedoSDK Reference
Version:

GitBrowseTarget Class

Identifies a part of a Git repository that can be browsed.

Inheritance Hierarchy

  • object
    • System.ValueType
      • Inedo.Extensibility.Git.GitBrowseTarget

Syntax

public sealed class GitBrowseTarget : System.ValueType, IEquatable<T>

Constructors

Name Description
GitBrowseTarget(GitBrowseTargetType Type, string Value)

Identifies a part of a Git repository that can be browsed.

Properties

Name Description
Type

The type of the browse target.

Value

The commit hash, tag name, or branch name of the browse target.