Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PullRequestIterationsApi

Hierarchy

  • PullRequestIterationsApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

getPullRequestIteration

  • getPullRequestIteration(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<GitPullRequestIteration>
  • Get the specified iteration for a pull request.

    Parameters

    • params: object
      • apiVersion: string
      • iterationId: number
      • organization: string
      • project: string
      • pullRequestId: number
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<GitPullRequestIteration>

getPullRequestIterations

  • Get the list of iterations for the specified pull request.

    Parameters

    • params: object
      • apiVersion: string
      • Optional includeCommits?: boolean
      • organization: string
      • project: string
      • pullRequestId: number
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ArrayWrapper<GitPullRequestIteration>>

Generated using TypeDoc