共用方式為


GitForkRef interface

分支參考的相關信息。

Extends

屬性

repository

分支的存放庫標識碼。

繼承的屬性

creator
isLocked
isLockedBy
name
objectId
peeledObjectId
statuses
url

屬性詳細資料

repository

分支的存放庫標識碼。

repository: GitRepository

屬性值

繼承的屬性詳細資料

creator

creator: IdentityRef

屬性值

繼承自GitRef.creator

isLocked

isLocked: boolean

屬性值

boolean

繼承自GitRef.isLocked

isLockedBy

isLockedBy: IdentityRef

屬性值

繼承自GitRef.isLockedBy

name

name: string

屬性值

string

繼承自GitRef.name

objectId

objectId: string

屬性值

string

繼承自GitRef.objectId

peeledObjectId

peeledObjectId: string

屬性值

string

繼承自GitRef.peeledObjectId

statuses

statuses: GitStatus[]

屬性值

繼承自GitRef.statuses

url

url: string

屬性值

string

繼承自GitRef.url