GitItemDescriptor interface

Properties

path

Path to item

recursionLevel

Specifies whether to include children (OneLevel), all descendants (Full), or None

version

Version string (interpretation based on VersionType defined in subclass

versionOptions

Version modifiers (e.g. previous)

versionType

How to interpret version (branch,tag,commit)

Property Details

path

Path to item

path: string

Property Value

string

recursionLevel

Specifies whether to include children (OneLevel), all descendants (Full), or None

recursionLevel: VersionControlRecursionType

Property Value

version

Version string (interpretation based on VersionType defined in subclass

version: string

Property Value

string

versionOptions

Version modifiers (e.g. previous)

versionOptions: GitVersionOptions

Property Value

versionType

How to interpret version (branch,tag,commit)

versionType: GitVersionType

Property Value