Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnnotatedTagsApi

Hierarchy

  • AnnotatedTagsApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

createAnnotatedTag

  • createAnnotatedTag(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<GitAnnotatedTag>
  • Create an annotated tag. Repositories have both a name and an identifier. Identifiers are globally unique, but several projects may contain a repository of the same name. You don't need to include the project if you specify a repository by ID. However, if you specify a repository by name, you must also specify the project (by name or ID).

    Parameters

    • params: object
      • apiVersion: string
      • body: GitAnnotatedTag
      • organization: string
      • project: string
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<GitAnnotatedTag>

getAnnotatedTag

  • getAnnotatedTag(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<GitAnnotatedTag>
  • Get an annotated tag. Repositories have both a name and an identifier. Identifiers are globally unique, but several projects may contain a repository of the same name. You don't need to include the project if you specify a repository by ID. However, if you specify a repository by name, you must also specify the project (by name or ID).

    Parameters

    • params: object
      • apiVersion: string
      • objectId: string
      • organization: string
      • project: string
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<GitAnnotatedTag>

Generated using TypeDoc