Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClassificationNodesApi

Hierarchy

  • ClassificationNodesApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

createOrUpdateClassificationNode

  • createOrUpdateClassificationNode(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<WorkItemClassificationNode>
  • Create new or update an existing classification node.

    Parameters

    • params: object
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<WorkItemClassificationNode>

deleteClassificationNode

  • deleteClassificationNode(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete an existing classification node.

    Parameters

    • params: object
      • Optional $ReclassifyId?: number
      • apiVersion: string
      • organization: string
      • path: string
      • project: string
      • structureGroup: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<__type>

getClassificationNode

  • Gets the classification node for a given node path.

    Parameters

    • params: object
      • Optional $Depth?: number
      • apiVersion: string
      • organization: string
      • path: string
      • project: string
      • structureGroup: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<WorkItemClassificationNode>

getRootNodes

  • Gets root classification nodes under the project.

    Parameters

    • params: object
      • Optional $Depth?: number
      • apiVersion: string
      • organization: string
      • project: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ArrayWrapper<WorkItemClassificationNode>>

updateClassificationNode

Generated using TypeDoc