次の方法で共有


ContributionsRestClient class

VSS REST API への要求を行うために使用する (から派生する) 基本クラス

Extends

コンストラクター

ContributionsRestClient(IVssRestClientOptions)

プロパティ

RESOURCE_AREA_ID

メソッド

getInstalledExtensionByName(string, string, string[])
getInstalledExtensions(string[], boolean, string[])
queryContributionNodes(ContributionNodeQuery)

渡されたクエリ オブジェクトのパラメーターに従って、コントリビューション ノードとプロバイダーの詳細を照会します。

queryDataProviders(DataProviderQuery, string, string)

コンストラクターの詳細

ContributionsRestClient(IVssRestClientOptions)

new ContributionsRestClient(options: 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[]

戻り値

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>

パラメーター

戻り値

queryDataProviders(DataProviderQuery, string, string)

function queryDataProviders(query: DataProviderQuery, scopeName?: string, scopeValue?: string): Promise<DataProviderResult>

パラメーター

scopeName

string

scopeValue

string

戻り値