SourceControl interface
原始檔控制的定義。
- Extends
屬性
auto |
原始檔控制件的自動同步處理。 默認值為 false。 |
branch | 原始檔控制的存放庫分支。 將分支納入為 VsoTfvc 的空字串。 |
creation |
建立時間。 |
description | 描述。 |
folder |
原始檔控制的資料夾路徑。 |
last |
上次修改的時間。 |
publish |
原始檔控制的自動發佈。 默認值為 true。 |
repo |
原始檔控制的存放庫 URL。 |
source |
來源類型。 必須是其中一個 VsoGit、VsoTfvc、GitHub。 可能的值包括:'VsoGit'、'VsoTfvc'、'GitHub' |
繼承的屬性
id | 資源的完整資源標識碼 注意:此屬性將不會串行化。它只能由伺服器填入。 |
name | 資源的名稱 注意:此屬性將不會串行化。它只能由伺服器填入。 |
type | 資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
autoSync
原始檔控制件的自動同步處理。 默認值為 false。
autoSync?: boolean
屬性值
boolean
branch
原始檔控制的存放庫分支。 將分支納入為 VsoTfvc 的空字串。
branch?: string
屬性值
string
creationTime
建立時間。
creationTime?: Date
屬性值
Date
description
描述。
description?: string
屬性值
string
folderPath
原始檔控制的資料夾路徑。
folderPath?: string
屬性值
string
lastModifiedTime
上次修改的時間。
lastModifiedTime?: Date
屬性值
Date
publishRunbook
原始檔控制的自動發佈。 默認值為 true。
publishRunbook?: boolean
屬性值
boolean
repoUrl
原始檔控制的存放庫 URL。
repoUrl?: string
屬性值
string
sourceType
來源類型。 必須是其中一個 VsoGit、VsoTfvc、GitHub。 可能的值包括:'VsoGit'、'VsoTfvc'、'GitHub'
sourceType?: SourceType