Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "EnvironUpgrader"
VERSION: number = 1
_transport: Transport
NAME: string = "EnvironUpgrader"
VERSION: number = 1

Methods

  • ModelEnvironVersion returns the current version of the environ corresponding to each specified model.

    Parameters

    Returns Promise<IntResults>

  • ModelTargetEnvironVersion returns the target version of the environ corresponding to each specified model. The target version is the environ provider's version.

    Parameters

    Returns Promise<IntResults>

  • SetModelStatus sets the status of each given model.

    Parameters

    Returns Promise<ErrorResults>

  • WatchModelEnvironVersion watches for changes to the environ version of the specified models.

    NOTE(axw) this is currently implemented in terms of state.Model.Watch, so the client may be notified of changes unrelated to the environ version.

    Parameters

    Returns Promise<NotifyWatchResults>

Generated using TypeDoc