GitItem interface
- Extends
Properties
commit |
SHA1 of commit item was fetched at |
git |
Type of object (Commit, Tree, Blob, Tag, ...) |
latest |
Shallow ref to commit that last changed this item Only populated if latestProcessedChange is requested May not be accurate if latest change is not yet cached |
object |
Git object id |
original |
Git object id |
submodule |
Web URL if the item is a Git submodule and target service is supported. Supported services are Azure Repos, GitHub, GitLab, Bitbucket. |
Inherited Properties
content | |
content |
|
is |
|
is |
|
path | |
url |
Property Details
commitId
SHA1 of commit item was fetched at
commitId: string
Property Value
string
gitObjectType
Type of object (Commit, Tree, Blob, Tag, ...)
gitObjectType: GitObjectType
Property Value
latestProcessedChange
Shallow ref to commit that last changed this item Only populated if latestProcessedChange is requested May not be accurate if latest change is not yet cached
latestProcessedChange: GitCommitRef
Property Value
objectId
Git object id
objectId: string
Property Value
string
originalObjectId
Git object id
originalObjectId: string
Property Value
string
submoduleWebUrl
Web URL if the item is a Git submodule and target service is supported. Supported services are Azure Repos, GitHub, GitLab, Bitbucket.
submoduleWebUrl: string
Property Value
string