Class: ExternalStorage
@pvm/artifacts.ExternalStorage
Implements
Constructors
constructor
• new ExternalStorage()
Methods
downloadPath
â–¸ downloadPath(_remotePath
, _localDest
): Promise
<void
>
Parameters
Name | Type |
---|---|
_remotePath | string |
_localDest | string |
Returns
Promise
<void
>
Implementation of
Defined in
packages/pvm-artifacts/lib/backend/external-storage.ts:13
finish
â–¸ finish(): Promise
<void
>
Returns
Promise
<void
>
Implementation of
Defined in
packages/pvm-artifacts/lib/backend/external-storage.ts:9
init
â–¸ init(): Promise
<void
>
Returns
Promise
<void
>
Implementation of
Defined in
packages/pvm-artifacts/lib/backend/external-storage.ts:5
uploadPath
â–¸ uploadPath(_localPath
, _remoteDest
): Promise
<void
>
Parameters
Name | Type |
---|---|
_localPath | string |
_remoteDest | string |
Returns
Promise
<void
>