Options
All
  • Public
  • Public/Protected
  • All
Menu

Manages local deployments to the automation server node This is not intended for production use

type

{Array}

moduleexport
deprecated

Hierarchy

  • ManagedDeployments

Index

Constructors

constructor

Properties

deployments

deployments: DeployedApp[] = []

initialPort

initialPort: number

Methods

findDeployment

findPort

  • findPort(id: RemoteRepoRef, lookupStrategy: LookupStrategy, host: string): Promise<number>

Private nextFreePort

  • nextFreePort(host: string): Promise<number>

recordDeployment

terminateIfRunning

  • terminateIfRunning(id: RemoteRepoRef, lookupStrategy: LookupStrategy): Promise<any>

Generated using TypeDoc