Repository interface
metadata of a repository.
Properties
| branch | Branch name of repository. |
| deployment |
Url to access repository action logs. |
| display |
Display url of repository. |
| path |
Dictionary of source control content type and path mapping. |
| url | Url of repository. |
Property Details
branch
Branch name of repository.
branch?: string
Property Value
string
deploymentLogsUrl
Url to access repository action logs.
deploymentLogsUrl?: string
Property Value
string
displayUrl
Display url of repository.
displayUrl?: string
Property Value
string
pathMapping
Dictionary of source control content type and path mapping.
pathMapping?: ContentPathMap[]
Property Value
url
Url of repository.
url?: string
Property Value
string