Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface describing options for a NormalJob.

Hierarchy

  • NormalJobOptions

Index

Properties

commands

commands: string[]

The commands to run to build the target.

Optional environment

environment: undefined | JobEnv

A description of the job's runtime environment. For forwards compatibility, always provide this parameter.

Optional prerequisiteFiles

prerequisiteFiles: undefined | Set<string>

All files needed by the job to run (eg. "sourceCodeToCompile.js").

Optional prerequisiteJobs

prerequisiteJobs: undefined | Set<Job>

All of this job's prerequisite Jobs.

target

target: string

The target file that the Job will produce. Must be unique between jobs in the same dependency graph.

Generated using TypeDoc