Backstage
Docs
Github
Preparing search index...
@backstage/plugin-bitbucket-cloud-common
Models
BaseCommit
Interface BaseCommit
The common base type for both repository and snippet commits.
interface
BaseCommit
{
author
?:
Author
;
committer
?:
Committer
;
date
?:
string
;
hash
?:
string
;
message
?:
string
;
parents
?:
BaseCommit
[]
;
summary
?:
BaseCommitSummary
;
type
:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
ModelObject
BaseCommit
Commit
Indexable
[
key
:
string
]:
unknown
Index
Properties
author?
committer?
date?
hash?
message?
parents?
summary?
type
Properties
Optional
author
author
?:
Author
Optional
committer
committer
?:
Committer
Optional
date
date
?:
string
Optional
hash
hash
?:
string
Optional
message
message
?:
string
Optional
parents
parents
?:
BaseCommit
[]
Optional
summary
summary
?:
BaseCommitSummary
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
committer
date
hash
message
parents
summary
type
Docs
Github
Backstage
Loading...
The common base type for both repository and snippet commits.