Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParameterResultsApi

Hierarchy

  • ParameterResultsApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://dev.azure.com/"

defaultHeaders

defaultHeaders: any

Methods

getResultParameters

  • Get a list of parameterized results

    Parameters

    • params: object
      • apiVersion: string
      • iterationId: number
      • organization: string
      • Optional paramName?: string
      • project: string
      • runId: number
      • testCaseResultId: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ArrayWrapper<TestResultParameterModel>>

Generated using TypeDoc