Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SiteProvisioner

Index

Methods

checkForWinRedists

  • checkForWinRedists(): Promise<void>
  • Check that the necessary VC Redists are installed if the user is running Windows.

    If these are not present, the user won't be presented with a productive error nor will the log file include an error pointing out that a DLL is missing.

    Returns Promise<void>

onProvisionError

  • onProvisionError(site: Site, e: Error): Promise<void>

provision

  • provision(site: Site): Promise<void>

swapService

  • swapService(site: Site, role: SiteServiceRole, serviceName: LightningService["serviceName"], serviceBinVersion: LightningService["binVersion"]): Promise<void>
  • Parameters

    • site: Site
    • role: SiteServiceRole
    • serviceName: LightningService["serviceName"]
    • serviceBinVersion: LightningService["binVersion"]

    Returns Promise<void>

Generated using TypeDoc