InedoSDK Reference
Version:

GitBrowseTargetType Class

The type of a Git browse target.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.Extensibility.Git.GitBrowseTargetType

Syntax

public sealed class GitBrowseTargetType : System.Enum

Fields

Name Description
Branch

The target is a branch name.

Commit

The target is a commit hash.

Tag

The target is a tag name.