Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IManager

The interface for the build manager.

Hierarchy

  • BuildManager
    • IManager

Index

Properties

Readonly serverSettings

serverSettings: ISettings

The server settings used to make API requests.

Accessors

isAvailable

  • get isAvailable(): boolean
  • Test whether the build service is available.

    Returns boolean

shouldCheck

  • get shouldCheck(): boolean
  • Test whether to check build status automatically.

    Returns boolean

Methods

build

  • build(): Promise<void>
  • Build the application.

    Returns Promise<void>

cancel

  • cancel(): Promise<void>
  • Cancel an active build.

    Returns Promise<void>

getStatus

  • getStatus(): Promise<IStatus>
  • Get whether the application should be built.

    Returns Promise<IStatus>

Generated using TypeDoc