TfvcBranch interface

Class representing a branch object.

Extends

Properties

children

List of children for the branch.

mappings

List of branch mappings.

parent

Path of the branch's parent.

relatedBranches

List of paths of the related branches.

Inherited Properties

createdDate

Creation date of the branch.

description

Branch description.

isDeleted

Is the branch deleted?

owner

Alias or display name of user

path

Path for the branch.

url

URL to retrieve the item.

Property Details

children

List of children for the branch.

children: TfvcBranch[]

Property Value

mappings

List of branch mappings.

mappings: TfvcBranchMapping[]

Property Value

parent

Path of the branch's parent.

parent: TfvcShallowBranchRef

Property Value

relatedBranches

List of paths of the related branches.

relatedBranches: TfvcShallowBranchRef[]

Property Value

Inherited Property Details

createdDate

Creation date of the branch.

createdDate: Date

Property Value

Date

Inherited From TfvcBranchRef.createdDate

description

Branch description.

description: string

Property Value

string

Inherited From TfvcBranchRef.description

isDeleted

Is the branch deleted?

isDeleted: boolean

Property Value

boolean

Inherited From TfvcBranchRef.isDeleted

owner

Alias or display name of user

owner: IdentityRef

Property Value

Inherited From TfvcBranchRef.owner

path

Path for the branch.

path: string

Property Value

string

Inherited From TfvcBranchRef.path

url

URL to retrieve the item.

url: string

Property Value

string

Inherited From TfvcBranchRef.url