WorkspaceRepositoryConfiguration interface
Git 統合の設定
プロパティ
| account |
アカウント名 |
| client |
GitHub Bring Your Own App Client ID (英語) |
| client |
GitHub は、独自のアプリ クライアント シークレット情報を取り込みます。 |
| collaboration |
コラボレーション ブランチ |
| host |
GitHub Enterprise ホスト名。 例: |
| last |
最後のコミット ID |
| project |
VSTS プロジェクト名 |
| repository |
リポジトリ名 |
| root |
リポジトリで使用するルート フォルダー |
| tenant |
VSTS テナント ID |
| type | ワークスペース リポジトリ ID 構成の種類。 WorkspaceVSTSConfiguration、WorkspaceGitHubConfiguration の例 |
プロパティの詳細
accountName
アカウント名
accountName?: string
プロパティ値
string
clientId
GitHub Bring Your Own App Client ID (英語)
clientId?: string
プロパティ値
string
clientSecret
collaborationBranch
コラボレーション ブランチ
collaborationBranch?: string
プロパティ値
string
hostName
GitHub Enterprise ホスト名。 例: https://github.mydomain.com
hostName?: string
プロパティ値
string
lastCommitId
最後のコミット ID
lastCommitId?: string
プロパティ値
string
projectName
VSTS プロジェクト名
projectName?: string
プロパティ値
string
repositoryName
リポジトリ名
repositoryName?: string
プロパティ値
string
rootFolder
リポジトリで使用するルート フォルダー
rootFolder?: string
プロパティ値
string
tenantId
VSTS テナント ID
tenantId?: string
プロパティ値
string
type
ワークスペース リポジトリ ID 構成の種類。 WorkspaceVSTSConfiguration、WorkspaceGitHubConfiguration の例
type?: string
プロパティ値
string