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