ContributionsRestClient class
VSS REST API への要求を行うために使用する (派生する) 基本クラス
- Extends
プロパティ
| RESOURCE_AREA_ID |
メソッド
| get |
|
| get |
|
| query |
渡されたクエリオブジェクトのパラメーターに従って、コントリビューションノードとプロバイダーの詳細をクエリします。 |
| query |
コンストラクターの詳細
ContributionsRestClient(IVssRestClientOptions)
プロパティの詳細
RESOURCE_AREA_ID
static RESOURCE_AREA_ID: string
プロパティ値
string
メソッドの詳細
getInstalledExtensionByName(string, string, string[])
function getInstalledExtensionByName(publisherName: string, extensionName: string, assetTypes?: string[]): Promise<InstalledExtension>
パラメーター
- publisherName
-
string
- extensionName
-
string
- assetTypes
-
string[]
戻り値
Promise<InstalledExtension>
getInstalledExtensions(string[], boolean, string[])
function getInstalledExtensions(contributionIds?: string[], includeDisabledApps?: boolean, assetTypes?: string[]): Promise<InstalledExtension[]>
パラメーター
- contributionIds
-
string[]
- includeDisabledApps
-
boolean
- assetTypes
-
string[]
戻り値
Promise<InstalledExtension[]>
queryContributionNodes(ContributionNodeQuery)
渡されたクエリオブジェクトのパラメーターに従って、コントリビューションノードとプロバイダーの詳細をクエリします。
function queryContributionNodes(query: ContributionNodeQuery): Promise<ContributionNodeQueryResult>
パラメーター
- query
- ContributionNodeQuery
戻り値
Promise<ContributionNodeQueryResult>
queryDataProviders(DataProviderQuery, string, string)
function queryDataProviders(query: DataProviderQuery, scopeName?: string, scopeValue?: string): Promise<DataProviderResult>
パラメーター
- query
- DataProviderQuery
- scopeName
-
string
- scopeValue
-
string
戻り値
Promise<DataProviderResult>