Edit

GitBaseVersionDescriptor Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitBaseVersionDescriptor : Microsoft.TeamFoundation.SourceControl.WebApi.GitVersionDescriptor
type GitBaseVersionDescriptor = class
    inherit GitVersionDescriptor
Public Class GitBaseVersionDescriptor
Inherits GitVersionDescriptor
Inheritance
Attributes

Constructors

Name Description
GitBaseVersionDescriptor()

Properties

Name Description
Version

Version string identifier (name of tag/branch, SHA1 of commit)

VersionOptions

Version options - Specify additional modifiers to version (e.g Previous)

VersionType

Version type (branch, tag, or commit). Determines how Id is interpreted

Methods

Name Description
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)
ToString() (Inherited from GitVersionDescriptor)

Explicit Interface Implementations

Name Description
ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to