GitRefUpdateResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class GitRefUpdateResult
type GitRefUpdateResult = class
Public Class GitRefUpdateResult
- Inheritance
-
GitRefUpdateResult
- Attributes
Constructors
| GitRefUpdateResult() |
Properties
| CustomMessage |
Custom message for the result object For instance, Reason for failing. |
| IsLocked |
Whether the ref is locked or not |
| Name |
Ref name |
| NewObjectId |
New object ID |
| OldObjectId |
Old object ID |
| RejectedBy |
Name of the plugin that rejected the updated. |
| RepositoryId |
Repository ID |
| Success |
True if the ref update succeeded, false otherwise |
| UpdateStatus |
Status of the update from the TFS server. |