Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BuildRequest

class

Hierarchy

  • BuildRequest

Index

Constructors

constructor

Accessors

binaries

component

dependencies

  • get dependencies(): Source[]
  • Returns the dependencies that were involved in the build of the binaries.

    Returns Source[]

entry

  • get entry(): string

errors

  • Returns the errors that were catch during the building of the binaries.

    Returns Error[]

output

  • get output(): string

plugin

source

  • get source(): Promise<Source>
  • Convenient accessor that returns a promise that resolves to the source of the build request component.

    Returns Promise<Source>

Methods

addBinary

  • addBinary(value: Binary): void

addDependency

  • addDependency(value: Source): void

addError

  • addError(value: Error): void

Generated using TypeDoc