GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketPullRequest
Interface BitbucketPullRequest
Represents a Bitbucket Data Center pull request.
interface
BitbucketPullRequest
{
author
:
BitbucketParticipant
;
closed
:
boolean
;
createdDate
:
number
;
description
?:
string
;
fromRef
:
BitbucketRef
;
id
:
number
;
links
:
Record
<
string
,
unknown
>
;
locked
:
boolean
;
open
:
boolean
;
participants
:
BitbucketParticipant
[]
;
reviewers
:
BitbucketParticipant
[]
;
state
:
"OPEN"
|
"DECLINED"
|
"MERGED"
;
title
:
string
;
toRef
:
BitbucketRef
;
updatedDate
:
number
;
version
:
number
;
}
Index
Properties
author
closed
created
Date
description?
from
Ref
id
links
locked
open
participants
reviewers
state
title
to
Ref
updated
Date
version
Properties
author
author
:
BitbucketParticipant
closed
closed
:
boolean
created
Date
createdDate
:
number
Optional
description
description
?:
string
from
Ref
fromRef
:
BitbucketRef
id
id
:
number
links
links
:
Record
<
string
,
unknown
>
locked
locked
:
boolean
open
open
:
boolean
participants
participants
:
BitbucketParticipant
[]
reviewers
reviewers
:
BitbucketParticipant
[]
state
state
:
"OPEN"
|
"DECLINED"
|
"MERGED"
title
title
:
string
to
Ref
toRef
:
BitbucketRef
updated
Date
updatedDate
:
number
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
closed
created
Date
description
from
Ref
id
links
locked
open
participants
reviewers
state
title
to
Ref
updated
Date
version
GitHub
npm
Bitbucket Data Center API Client
Loading...
Represents a Bitbucket Data Center pull request.