PullRequest interface
Represents a pull request object. These are retrieved from Source Providers.
author | Author of the pull request. |
current |
Current state of the pull request, e.g. open, merged, closed, conflicts, etc. |
description | Description for the pull request. |
draft | Returns if pull request is draft |
id | Unique identifier for the pull request |
provider |
The name of the provider this pull request is associated with. |
source |
Source branch ref of this pull request |
source |
Owner of the source repository of this pull request |
target |
Target branch ref of this pull request |
target |
Owner of the target repository of this pull request |
title | Title of the pull request. |
Current state of the pull request, e.g. open, merged, closed, conflicts, etc.
currentState: string
Property Value
string
Description for the pull request.
description: string
Property Value
string
Returns if pull request is draft
draft: boolean
Property Value
boolean
Unique identifier for the pull request
id: string
Property Value
string
The name of the provider this pull request is associated with.
providerName: string
Property Value
string
Source branch ref of this pull request
sourceBranchRef: string
Property Value
string
Owner of the source repository of this pull request
sourceRepositoryOwner: string
Property Value
string
Target branch ref of this pull request
targetBranchRef: string
Property Value
string
Owner of the target repository of this pull request
targetRepositoryOwner: string
Property Value
string
Title of the pull request.
title: string
Property Value
string