Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Builder

Index

Constructors

Properties

benchmarkPodPath: string
controlDirectoryAbsolutePath: string
date: Date

When the builder was initialized.

manifestPath: string
metricsPodPath: string
missingTranslationsPodPath: string
outputDirectoryPodPath: string
pod: Pod
DefaultOutputDirectory: string = 'build'
NumConcurrentBuilds: number = 40
NumConcurrentCopies: number = 2000
ShowMoveProgressBarThreshold: number = 1000

Methods

  • copyFileAsync(outputPath: string, podPath: string): Promise<void>
  • deleteDirectoryRecursive(path: string): void
  • deleteOutputFiles(paths: string[], outputRootDir: string): void
  • exportBenchmark(): Promise<void>
  • getFileSha(outputPath: string): Promise<any>
  • moveFileAsync(beforePath: string, afterPath: string): Promise<void>
  • writeFileAsync(outputPath: string, content: string): Promise<void>
  • writeLocales(localesToMissingTranslations: LocalesToMissingTranslations): Promise<void>
  • createProgressBar(label: string): SingleBar
  • ensureDirectoryExists(path: string): void
  • formatProgressBarTime(t: number): string
  • normalizePath(path: string): string

Generated using TypeDoc