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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript