Skip to main content Link Menu Expand (external link) Document Search Copy Copied

overrun / index / Builder

Interface: Builder

index.Builder

A ‘builder’ is the final task of a task pipeline. Only tasks which produce artifacts (such as {@link OutputFileTask} can be builders.

Hierarchy

Table of contents

Methods

Methods

build

build(options): Promise<void>

Parameters

Name Type
options BuilderOptions

Returns

Promise<void>

Defined in

Task.ts:86


getName

getName(): string

Returns

string

Defined in

Task.ts:88


isModified

isModified(): Promise<boolean>

Returns

Promise<boolean>

Defined in

Task.ts:87