Models.Repository
Home > @backstage/plugin-bitbucket-cloud-common
> Models
> Repository
A Bitbucket repository.
Signature:
interface Repository extends ModelObject
Extends: ModelObject
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(Optional) | ||
string |
(Optional) | ||
(Optional) Controls the rules for forking this repository. * **allow_forks**: unrestricted forking * **no_public_forks**: restrict forking to private forks (forks cannot be made public later) * **no_forks**: deny all forking | |||
string |
(Optional) The concatenation of the repository owner's username and the slugified name, e.g. "evzijst/interruptingcow". This is the same string used in Bitbucket URLs. | ||
boolean |
(Optional) The issue tracker for this repository is enabled. Issue Tracker features are not supported for repositories in workspaces administered through admin.atlassian.com. | ||
boolean |
(Optional) The wiki for this repository is enabled. Wiki features are not supported for repositories in workspaces administered through admin.atlassian.com. | ||
boolean |
(Optional) | ||
string |
(Optional) | ||
(Optional) | |||
(Optional) | |||
string |
(Optional) | ||
(Optional) | |||
(Optional) | |||
(Optional) | |||
(Optional) | |||
number |
(Optional) | ||
string |
(Optional) The "sluggified" version of the repository's name. This contains only ASCII characters and can therefore be slightly different than the name | ||
string |
(Optional) | ||
string |
(Optional) The repository's immutable id. This can be used as a substitute for the slug segment in URLs. Doing this guarantees your URLs will survive renaming of the repository by its owner, or even transfer of the repository to a different user. |