Skip to main content

@webda/coreReadme | API


Class: AbstractDeployer<T>

Type parameters

T extends DeployerResources = DeployerResources

Constructors

new AbstractDeployer()

new AbstractDeployer<T>(): AbstractDeployer<T>

Returns

AbstractDeployer<T>

Properties

resources

resources: T

Source

packages/core/src/utils/abstractdeployer.ts:9

Methods

getSchema()

static getSchema(): JSONSchema6

Allow to specify the JSONSchema to configure this service

Return undefined by default to fallback on the guess from ServiceParamaters

Using this method should only be exception

Returns

JSONSchema6

Source

packages/core/src/utils/abstractdeployer.ts:17