PullRequest interface
表示提取要求物件。 這些是從來源提供者擷取的。
屬性
| author | 提取請求的作者。 |
| current |
提取請求的當前狀態,例如打開、合併、關閉、衝突等。 |
| description | 提取請求的描述。 |
| draft | 如果提取要求是草稿,則傳回 |
| id | 提取要求的唯一識別碼 |
| provider |
此提取要求與之相關聯的提供者名稱。 |
| source |
此提取請求的來源分支參考 |
| source |
此提取要求來源存放庫的擁有者 |
| target |
此提取要求的目標分支參考 |
| target |
此提取要求目標存放庫的擁有者 |
| title | 提取要求的標題。 |
屬性詳細資料
author
currentState
提取請求的當前狀態,例如打開、合併、關閉、衝突等。
currentState: string
屬性值
string
description
提取請求的描述。
description: string
屬性值
string
draft
如果提取要求是草稿,則傳回
draft: boolean
屬性值
boolean
id
提取要求的唯一識別碼
id: string
屬性值
string
providerName
此提取要求與之相關聯的提供者名稱。
providerName: string
屬性值
string
sourceBranchRef
此提取請求的來源分支參考
sourceBranchRef: string
屬性值
string
sourceRepositoryOwner
此提取要求來源存放庫的擁有者
sourceRepositoryOwner: string
屬性值
string
targetBranchRef
此提取要求的目標分支參考
targetBranchRef: string
屬性值
string
targetRepositoryOwner
此提取要求目標存放庫的擁有者
targetRepositoryOwner: string
屬性值
string
title
提取要求的標題。
title: string
屬性值
string