Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MergeBasesApi

Hierarchy

  • MergeBasesApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

getMergeBases

  • Find the merge bases of two commits, optionally across forks. If otherRepositoryId is not specified, the merge bases will only be calculated within the context of the local repositoryNameOrId.

    Parameters

    • params: object
      • apiVersion: string
      • commitId: string
      • organization: string
      • Optional otherCollectionId?: string
      • otherCommitId: string
      • Optional otherRepositoryId?: string
      • project: string
      • repositoryNameOrId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ArrayWrapper<GitCommitRef>>

Generated using TypeDoc