GitRefUpdateResult interface
属性
| custom |
结果对象的自定义消息例如,失败的原因。 |
| is |
引用是否被锁定 |
| name | 参考名称 |
| new |
新对象 ID |
| old |
旧对象 ID |
| rejected |
拒绝更新的插件的名称。 |
| repository |
存储库 ID |
| success | 如果引用更新成功,则为 true,否则为 false |
| update |
TFS 服务器的更新状态。 |
属性详细信息
customMessage
结果对象的自定义消息例如,失败的原因。
customMessage: string
属性值
string
isLocked
引用是否被锁定
isLocked: boolean
属性值
boolean
name
参考名称
name: string
属性值
string
newObjectId
新对象 ID
newObjectId: string
属性值
string
oldObjectId
旧对象 ID
oldObjectId: string
属性值
string
rejectedBy
拒绝更新的插件的名称。
rejectedBy: string
属性值
string
repositoryId
存储库 ID
repositoryId: string
属性值
string
success
如果引用更新成功,则为 true,否则为 false
success: boolean
属性值
boolean