GitRefUpdateResult interface
Properti
| custom |
Pesan kustom untuk objek hasil Misalnya, Alasan gagal. |
| is |
Apakah ref dikunci atau tidak |
| name | Nama referensi |
| new |
ID objek baru |
| old |
ID objek lama |
| rejected |
Nama plugin yang menolak yang diperbarui. |
| repository |
ID Repositori |
| success | True jika pembaruan ref berhasil, false jika tidak |
| update |
Status pembaruan dari server TFS. |
Detail Properti
customMessage
Pesan kustom untuk objek hasil Misalnya, Alasan gagal.
customMessage: string
Nilai Properti
string
isLocked
Apakah ref dikunci atau tidak
isLocked: boolean
Nilai Properti
boolean
name
Nama referensi
name: string
Nilai Properti
string
newObjectId
ID objek baru
newObjectId: string
Nilai Properti
string
oldObjectId
ID objek lama
oldObjectId: string
Nilai Properti
string
rejectedBy
Nama plugin yang menolak yang diperbarui.
rejectedBy: string
Nilai Properti
string
repositoryId
ID Repositori
repositoryId: string
Nilai Properti
string
success
True jika pembaruan ref berhasil, false jika tidak
success: boolean
Nilai Properti
boolean
updateStatus
Status pembaruan dari server TFS.
updateStatus: GitRefUpdateStatus