次の方法で共有


GitItemDescriptor

Module path: TFS/VersionControl/Contracts

Members

  • path: string. Path to item

  • recursionLevel: VersionControlRecursionType. Specifies whether to include children (OneLevel), all descendants (Full), or None

  • version: string. Version string (interpretation based on VersionType defined in subclass

  • versionOptions: GitVersionOptions. Version modifiers (e.g. previous)

  • versionType: GitVersionType. How to interpret version (branch,tag,commit)