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