GitForkRef interface

Information about a fork ref.

Extends

Properties

repository

The repository ID of the fork.

Inherited Properties

creator
isLocked
isLockedBy
name
objectId
peeledObjectId
statuses
url

Property Details

repository

The repository ID of the fork.

repository: GitRepository

Property Value

Inherited Property Details

creator

creator: IdentityRef

Property Value

Inherited From GitRef.creator

isLocked

isLocked: boolean

Property Value

boolean

Inherited From GitRef.isLocked

isLockedBy

isLockedBy: IdentityRef

Property Value

Inherited From GitRef.isLockedBy

name

name: string

Property Value

string

Inherited From GitRef.name

objectId

objectId: string

Property Value

string

Inherited From GitRef.objectId

peeledObjectId

peeledObjectId: string

Property Value

string

Inherited From GitRef.peeledObjectId

statuses

statuses: GitStatus[]

Property Value

Inherited From GitRef.statuses

url

url: string

Property Value

string

Inherited From GitRef.url