GitRepository interface

属性

creationDate

创建存储库时的时间戳。

defaultBranch
id
isDisabled

如果禁用存储库,则为 True。 否则为 false。

isFork

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

isInMaintenance

如此 如果存储库处于维护状态。 否则为 false。

name
parentRepository
project
remoteUrl
size

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

sshUrl
url
validRemoteUrls
webUrl

属性详细信息

creationDate

创建存储库时的时间戳。

creationDate: Date

属性值

Date

defaultBranch

defaultBranch: string

属性值

string

id

id: string

属性值

string

isDisabled

如果禁用存储库,则为 True。 否则为 false。

isDisabled: boolean

属性值

boolean

isFork

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

isFork: boolean

属性值

boolean

isInMaintenance

如此 如果存储库处于维护状态。 否则为 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