Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "client"

Index

Interfaces

Functions

Functions

client

  • client(username: string, token: string, jenkinsHost: string): ClientFactory
  • Create a client for interacting with the Jenkins API

    Parameters

    • username: string
    • token: string
    • jenkinsHost: string

    Returns ClientFactory

get

  • get<T>(url: string, options: AxiosRequestConfig): AxiosPromise<T>
  • Type parameters

    • T

    Parameters

    • url: string
    • options: AxiosRequestConfig

    Returns AxiosPromise<T>

Generated using TypeDoc