Interface IManager

The interface for the build manager.

Hierarchy

  • BuildManager
    • IManager

Properties

serverSettings: ServerConnection.ISettings

The server settings used to make API requests.

Accessors

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

    Returns boolean

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

    Returns boolean

Methods

  • Build the application.

    Returns Promise<void>

  • Cancel an active build.

    Returns Promise<void>

  • Get whether the application should be built.

    Returns Promise<IStatus>

Generated using TypeDoc