GitRepository interface
Properties
| creation |
The timestamp when the repository was created. |
| default |
|
| id | |
| is |
True if the repository is disabled. False otherwise. |
| is |
True if the repository was created as a fork. |
| is |
True if the repository is in maintenance. False otherwise. |
| name | |
| parent |
|
| project | |
| remote |
|
| size | Compressed size (bytes) of the repository. |
| ssh |
|
| url | |
| valid |
|
| web |
Property Details
creationDate
The timestamp when the repository was created.
creationDate: Date
Property Value
Date
defaultBranch
defaultBranch: string
Property Value
string
id
id: string
Property Value
string
isDisabled
True if the repository is disabled. False otherwise.
isDisabled: boolean
Property Value
boolean
isFork
True if the repository was created as a fork.
isFork: boolean
Property Value
boolean
isInMaintenance
True if the repository is in maintenance. False otherwise.
isInMaintenance: boolean
Property Value
boolean
name
name: string
Property Value
string
parentRepository
project
remoteUrl
remoteUrl: string
Property Value
string
size
Compressed size (bytes) of the repository.
size: number
Property Value
number
sshUrl
sshUrl: string
Property Value
string
url
url: string
Property Value
string
validRemoteUrls
validRemoteUrls: string[]
Property Value
string[]
webUrl
webUrl: string
Property Value
string