GitRepository interface
属性
| creation |
创建存储库时的时间戳。 |
| default |
|
| id | |
| is |
如果禁用存储库,则为 True。 否则为 false。 |
| is |
如此 如果存储库创建为分叉。 |
| is |
如此 如果存储库处于维护状态。 否则为 false。 |
| name | |
| parent |
|
| project | |
| remote |
|
| size | 存储库的压缩大小(字节)。 |
| ssh |
|
| url | |
| valid |
|
| web |
属性详细信息
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
project
remoteUrl
remoteUrl: string
属性值
string
size
存储库的压缩大小(字节)。
size: number
属性值
number
sshUrl
sshUrl: string
属性值
string
url
url: string
属性值
string
validRemoteUrls
validRemoteUrls: string[]
属性值
string[]
webUrl
webUrl: string
属性值
string