GitRefUpdateResult interface
Properties
custom |
Custom message for the result object For instance, Reason for failing. |
is |
Whether the ref is locked or not |
name | Ref name |
new |
New object ID |
old |
Old object ID |
rejected |
Name of the plugin that rejected the updated. |
repository |
Repository ID |
success | True if the ref update succeeded, false otherwise |
update |
Status of the update from the TFS server. |
Property Details
customMessage
Custom message for the result object For instance, Reason for failing.
customMessage: string
Property Value
string
isLocked
Whether the ref is locked or not
isLocked: boolean
Property Value
boolean
name
Ref name
name: string
Property Value
string
newObjectId
New object ID
newObjectId: string
Property Value
string
oldObjectId
Old object ID
oldObjectId: string
Property Value
string
rejectedBy
Name of the plugin that rejected the updated.
rejectedBy: string
Property Value
string
repositoryId
Repository ID
repositoryId: string
Property Value
string
success
True if the ref update succeeded, false otherwise
success: boolean
Property Value
boolean
updateStatus
Status of the update from the TFS server.
updateStatus: GitRefUpdateStatus