次の方法で共有


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から継承