Skip to main content
Version: Next

Models.CommitFile

Home > @backstage/plugin-bitbucket-cloud-common > Models > CommitFile

A file object, representing a file at a commit in a repository

Signature:

interface CommitFile 

Properties

Property

Modifiers

Type

Description

attributes?

CommitFileAttributesEnum

(Optional)

commit?

Commit

(Optional)

escaped_path?

string

(Optional) The escaped version of the path as it appears in a diff. If the path does not require escaping this will be the same as path.

path?

string

(Optional) The path in the repository

type

string