TfvcBranch interface

表示分支对象的类。

Extends

属性

children

分支的子项列表。

mappings

分支映射列表。

parent

分支父级的路径。

relatedBranches

相关分支的路径列表。

继承属性

createdDate

分支的创建日期。

description

分支说明。

isDeleted

分支是否已删除?

owner

用户的别名或显示名称

path

分支的路径。

url

用于检索项的 URL。

属性详细信息

children

分支的子项列表。

children: TfvcBranch[]

属性值

mappings

分支映射列表。

mappings: TfvcBranchMapping[]

属性值

parent

分支父级的路径。

parent: TfvcShallowBranchRef

属性值

relatedBranches

相关分支的路径列表。

relatedBranches: TfvcShallowBranchRef[]

属性值

继承属性详细信息

createdDate

分支的创建日期。

createdDate: Date

属性值

Date

继承自TfvcBranchRef.createdDate

description

分支说明。

description: string

属性值

string

继承自TfvcBranchRef.description

isDeleted

分支是否已删除?

isDeleted: boolean

属性值

boolean

继承自TfvcBranchRef.isDeleted

owner

用户的别名或显示名称

owner: IdentityRef

属性值

继承自TfvcBranchRef.owner

path

分支的路径。

path: string

属性值

string

继承自TfvcBranchRef.path

url

用于检索项的 URL。

url: string

属性值

string

继承自TfvcBranchRef.url