Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParamService

Hierarchy

  • ParamService

Index

Constructors

constructor

Properties

$config

$config: ConfigService

merge

merge: MergeFunctions = mergeFunctions

simpleCache

simpleCache: any

Methods

getAllParameters

  • getAllParameters(baseType: string): any
  • Parameters

    • baseType: string

    Returns any

getProjectSteps

  • getProjectSteps(type: string): any
  • Parameters

    • type: string

    Returns any

getResourceGroups

  • getResourceGroups(group: string): Promise<object>
  • Parameters

    • group: string

    Returns Promise<object>

getStepParamMapFromConfig

  • getStepParamMapFromConfig(config: any): any[]
  • Parameters

    • config: any

    Returns any[]

getTypeConfig

  • getTypeConfig(type: string, configOptions?: ConfigOptions): any
  • Parameters

    Returns any

getTypesConfig

  • getTypesConfig(types: string[]): Promise<object>
  • Parameters

    • types: string[]

    Returns Promise<object>

Generated using TypeDoc