nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ScmPullRequestDetail
Interface ScmPullRequestDetail
Extended PR with file diffs and stats. Used by IScmReviewer.
interface
ScmPullRequestDetail
{
number
:
number
;
title
:
string
;
body
:
string
;
author
:
string
;
base
:
string
;
head
:
string
;
url
:
string
;
draft
:
boolean
;
authorAssociation
:
string
;
labels
:
readonly
string
[]
;
files
:
readonly
ScmFileChange
[]
;
additions
:
number
;
deletions
:
number
;
headSha
:
string
;
}
Hierarchy (
View Summary
)
ScmPullRequest
ScmPullRequestDetail
Index
Properties
number
title
body
author
base
head
url
draft
author
Association
labels
files
additions
deletions
head
Sha
Properties
Readonly
number
number
:
number
Readonly
title
title
:
string
Readonly
body
body
:
string
Readonly
author
author
:
string
Readonly
base
base
:
string
Readonly
head
head
:
string
Readonly
url
url
:
string
Readonly
draft
draft
:
boolean
Readonly
author
Association
authorAssociation
:
string
Readonly
labels
labels
:
readonly
string
[]
Readonly
files
files
:
readonly
ScmFileChange
[]
Readonly
additions
additions
:
number
Readonly
deletions
deletions
:
number
Readonly
head
Sha
headSha
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
number
title
body
author
base
head
url
draft
author
Association
labels
files
additions
deletions
head
Sha
GitHub
npm
nexus-agents - v2.80.0
Loading...
Extended PR with file diffs and stats. Used by IScmReviewer.