Hierarchy (View Summary)

Implements

Constructors

Properties

baseUrl: string
http: HttpClient
rest: RestClient
userAgent: string
vsoClient: VsoClient
RESOURCE_AREA_ID: "1d4f49f9-02b9-4e26-b826-2cdb6195f2a9"

Methods

  • Get Delivery View Data

    Parameters

    • project: string

      Project ID or project name

    • id: string

      Identifier for delivery view

    • Optionalrevision: number

      Revision of the plan for which you want data. If the current plan is a different revision you will get an ViewRevisionMismatchException exception. If you do not supply a revision you will get data for the latest revision.

    • OptionalstartDate: Date

      The start date of timeline

    • OptionalendDate: Date

      The end date of timeline

    Returns Promise<DeliveryViewData>

  • Update board options

    Parameters

    • options: { [key: string]: string }

      options to updated

    • teamContext: TeamContext

      The team context for the operation

    • id: string

      identifier for board, either category plural name (Eg:"Stories") or guid

    Returns Promise<{ [key: string]: string }>