Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PullRequestThreadsApi

Hierarchy

  • PullRequestThreadsApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

createThread

getPullRequestThread

  • Retrieve a thread in a pull request.

    Parameters

    • params: object
      • Optional $BaseIteration?: number
      • Optional $Iteration?: number
      • apiVersion: string
      • organization: string
      • project: string
      • pullRequestId: number
      • repositoryId: string
      • threadId: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<GitPullRequestCommentThread>

getThreads

  • Retrieve all threads in a pull request.

    Parameters

    • params: object
      • Optional $BaseIteration?: number
      • Optional $Iteration?: number
      • apiVersion: string
      • organization: string
      • project: string
      • pullRequestId: number
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ArrayWrapper<GitPullRequestCommentThread>>

updateThread

Generated using TypeDoc