Models.Project
Home > @backstage/plugin-bitbucket-cloud-common > Models > Project
A Bitbucket project. Projects are used by teams to organize repositories.
Signature:
interface Project extends ModelObject
Extends: ModelObject
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) | ||
|
string |
(Optional) | ||
|
boolean |
(Optional) Indicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories. | ||
|
boolean |
(Optional) Indicates whether the project is publicly accessible, or whether it is private to the team and consequently only visible to team members. Note that private projects cannot contain public repositories. | ||
|
string |
(Optional) The project's key. | ||
|
(Optional) | |||
|
string |
(Optional) The name of the project. | ||
|
(Optional) | |||
|
string |
(Optional) | ||
|
string |
(Optional) The project's immutable id. |