Backstage
Docs
Github
Preparing search index...
@backstage/plugin-bitbucket-cloud-common
Models
Commit
Interface Commit
A repository commit object.
interface
Commit
{
author
?:
Author
;
committer
?:
Committer
;
date
?:
string
;
hash
?:
string
;
message
?:
string
;
parents
?:
BaseCommit
[]
;
participants
?:
Participant
[]
;
repository
?:
Repository
;
summary
?:
BaseCommitSummary
;
type
:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
BaseCommit
Commit
Indexable
[
key
:
string
]:
unknown
Index
Properties
author?
committer?
date?
hash?
message?
parents?
participants?
repository?
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
participants
participants
?:
Participant
[]
Optional
repository
repository
?:
Repository
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
participants
repository
summary
type
Docs
Github
Backstage
Loading...
A repository commit object.