GitRefUpdateResult interface
プロパティ
| custom |
結果オブジェクトのカスタム メッセージ(失敗の理由など)。 |
| is |
ref がロックされているかどうか |
| name | Ref 名 |
| new |
新しいオブジェクト ID |
| old |
古いオブジェクト ID |
| rejected |
更新を拒否したプラグインの名前。 |
| repository |
リポジトリ ID |
| success | ref 更新が成功した場合は True、それ以外の場合は false |
| update |
TFS サーバーからの更新プログラムの状態。 |
プロパティの詳細
customMessage
結果オブジェクトのカスタム メッセージ(失敗の理由など)。
customMessage: string
プロパティ値
string
isLocked
ref がロックされているかどうか
isLocked: boolean
プロパティ値
boolean
name
Ref 名
name: string
プロパティ値
string
newObjectId
新しいオブジェクト ID
newObjectId: string
プロパティ値
string
oldObjectId
古いオブジェクト ID
oldObjectId: string
プロパティ値
string
rejectedBy
更新を拒否したプラグインの名前。
rejectedBy: string
プロパティ値
string
repositoryId
リポジトリ ID
repositoryId: string
プロパティ値
string
success
ref 更新が成功した場合は True、それ以外の場合は false
success: boolean
プロパティ値
boolean