Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeployHost

A deploy host.

Hierarchy

  • DeployHost

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _DEPLOYER

_DEPLOYER: Deployer

Stores the underlying deployer.

Protected _server

_server: Server

Stores the current server instance.

Accessors

config

deployer

outputChannel

  • get outputChannel(): vscode.OutputChannel
  • Gets the output channel.

    Returns vscode.OutputChannel

Methods

log

  • Logs a message.

    chainable

    Parameters

    • msg: any

      The message to log.

    Returns DeployHost

start

  • start(): Promise<any>
  • Starts the host.

    Returns Promise<any>

    The promise.

stop

  • stop(): Promise<any>
  • Stops the host.

    Returns Promise<any>

    The promise.

Generated using TypeDoc