teraslice-test-harness / download-external-asset / DownloadExternalAsset
Class: DownloadExternalAsset
Defined in: teraslice-test-harness/src/download-external-asset.ts:9
Constructors
Constructor
new DownloadExternalAsset():
DownloadExternalAsset
Defined in: teraslice-test-harness/src/download-external-asset.ts:14
Returns
DownloadExternalAsset
Properties
| Property | Type | Defined in |
|---|---|---|
build | string | teraslice-test-harness/src/download-external-asset.ts:12 |
unzipped_path | string | teraslice-test-harness/src/download-external-asset.ts:11 |
zipped_path | string | teraslice-test-harness/src/download-external-asset.ts:10 |
Methods
downloadExternalAsset()
downloadExternalAsset(
assetString):Promise<void>
Defined in: teraslice-test-harness/src/download-external-asset.ts:20
Parameters
| Parameter | Type |
|---|---|
assetString | string |
Returns
Promise<void>