Skip to main content
Version: Next

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

created_on?

string

(Optional)

description?

string

(Optional)

has_publicly_visible_repos?

boolean

(Optional) Indicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories.

is_private?

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.

key?

string

(Optional) The project's key.

links?

ProjectLinks

(Optional)

name?

string

(Optional) The name of the project.

owner?

Team

(Optional)

updated_on?

string

(Optional)

uuid?

string

(Optional) The project's immutable id.