GitRepository interface

属性

defaultBranch
id
isDisabled

如果存储库处于禁用状态,则为 True。 否则为 False。

isFork

如此 如果存储库创建为分叉。

isInMaintenance

如果存储库处于维护状态,则为 True。 否则为 False。

name
parentRepository
project
remoteUrl
size

存储库的压缩大小 (字节) 。

sshUrl
url
validRemoteUrls
webUrl

属性详细信息

defaultBranch

defaultBranch: string

属性值

string

id

id: string

属性值

string

isDisabled

如果存储库处于禁用状态,则为 True。 否则为 False。

isDisabled: boolean

属性值

boolean

isFork

如此 如果存储库创建为分叉。

isFork: boolean

属性值

boolean

isInMaintenance

如果存储库处于维护状态,则为 True。 否则为 False。

isInMaintenance: boolean

属性值

boolean

name

name: string

属性值

string

parentRepository

parentRepository: GitRepositoryRef

属性值

project

project: TeamProjectReference

属性值

remoteUrl

remoteUrl: string

属性值

string

size

存储库的压缩大小 (字节) 。

size: number

属性值

number

sshUrl

sshUrl: string

属性值

string

url

url: string

属性值

string

validRemoteUrls

validRemoteUrls: string[]

属性值

string[]

webUrl

webUrl: string

属性值

string