Skip to main content

Class: ExternalStorage

@pvm/artifacts.ExternalStorage

Implements

Constructors

constructor

• new ExternalStorage()

Methods

downloadPath

â–¸ downloadPath(_remotePath, _localDest): Promise<void>

Parameters

NameType
_remotePathstring
_localDeststring

Returns

Promise<void>

Implementation of

StorageImpl.downloadPath

Defined in

packages/pvm-artifacts/lib/backend/external-storage.ts:13


finish

â–¸ finish(): Promise<void>

Returns

Promise<void>

Implementation of

StorageImpl.finish

Defined in

packages/pvm-artifacts/lib/backend/external-storage.ts:9


init

â–¸ init(): Promise<void>

Returns

Promise<void>

Implementation of

StorageImpl.init

Defined in

packages/pvm-artifacts/lib/backend/external-storage.ts:5


uploadPath

â–¸ uploadPath(_localPath, _remoteDest): Promise<void>

Parameters

NameType
_localPathstring
_remoteDeststring

Returns

Promise<void>

Implementation of

StorageImpl.uploadPath

Defined in

packages/pvm-artifacts/lib/backend/external-storage.ts:17