Hierarchy (View Summary)

Implements

Constructors

Properties

baseUrl: string
http: HttpClient
rest: RestClient
userAgent: string
vsoClient: VsoClient

Methods

  • Get a list of pipelines.

    Parameters

    • project: string

      Project ID or project name

    • OptionalorderBy: string

      A sort expression. Defaults to "name asc"

    • Optionaltop: number

      The maximum number of pipelines to return

    • OptionalcontinuationToken: string

      A continuation token from a previous request, to retrieve the next page of results

    Returns Promise<Pipeline[]>