GitTargetVersionDescriptor interface
- Extends
target |
Version string identifier (name of tag/branch, SHA1 of commit) |
target |
Version options - Specify additional modifiers to version (e.g Previous) |
target |
Version type (branch, tag, or commit). Determines how Id is interpreted |
version | Version string identifier (name of tag/branch, SHA1 of commit) |
version |
Version options - Specify additional modifiers to version (e.g Previous) |
version |
Version type (branch, tag, or commit). Determines how Id is interpreted |
Version string identifier (name of tag/branch, SHA1 of commit)
targetVersion: string
Property Value
string
Version options - Specify additional modifiers to version (e.g Previous)
targetVersionOptions: GitVersionOptions
Property Value
Version type (branch, tag, or commit). Determines how Id is interpreted
targetVersionType: GitVersionType
Property Value
Version string identifier (name of tag/branch, SHA1 of commit)
version: string
Property Value
string
Inherited From GitVersionDescriptor.version
Version options - Specify additional modifiers to version (e.g Previous)
versionOptions: GitVersionOptions
Property Value
Inherited From GitVersionDescriptor.versionOptions
Version type (branch, tag, or commit). Determines how Id is interpreted
versionType: GitVersionType
Property Value
Inherited From GitVersionDescriptor.versionType