Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GatesApi

Hierarchy

  • GatesApi

Index

Constructors

Properties

Methods

Constructors

constructor

  • new GatesApi(basePath?: string): GatesApi

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

updateGates

  • updateGates(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ReleaseGates>
  • Updates the gate for a deployment.

    Parameters

    • params: object
      • apiVersion: string
      • body: GateUpdateMetadata
      • gateStepId: number
      • organization: string
      • project: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ReleaseGates>

Generated using TypeDoc