Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ZipFileDeployPluginBase

A deployer plugin that creates a ZIP file to deploy files to.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _context

_context: DeployContext

Stores the deploy context.

Accessors

canGetFileInfo

  • get canGetFileInfo(): boolean

canPull

  • get canPull(): boolean

context

Methods

compareFiles

Protected compareFilesWithContext

compareWorkspace

Protected createContext

Protected createDataTransformerContext

Protected createZipFile

deployFile

Protected deployFileWithContext

deployWorkspace

Protected Abstract deployZipFile

  • deployZipFile(zipFile: any, target: DeployTarget): Promise<any>
  • Deploys a ZIP file.

    Parameters

    • zipFile: any

      The file to deploy.

    • target: DeployTarget

      The target where the file should be deployed to.

    Returns Promise<any>

    The promise.

Protected destroyContext

dispose

  • dispose(): void

downloadFile

Protected downloadFileWithContext

getFileInfo

Protected getFileInfoWithContext

Protected getTargetsWithPlugins

Protected loadDataTransformer

  • loadDataTransformer<TTarget>(target: TTarget, mode: DataTransformerMode, scriptProvider?: function): deploy_contracts.DataTransformer

Protected onCancelling

Protected onConfigReloaded

pullFile

Protected pullFileWithContext

pullWorkspace

Generated using TypeDoc