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