FileRunStorage
Generated by TypeDoc. Do not edit this page directly.
Class: FileRunStorage
Section titled “Class: FileRunStorage”Defined in: packages/storage-file/src/index.ts:104
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FileRunStorage(options?): FileRunStorage;Defined in: packages/storage-file/src/index.ts:109
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
options | FileRunStorageOptions |
Returns
Section titled “Returns”FileRunStorage
Overrides
Section titled “Overrides”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|---|
id | readonly | "file" | "file" | HarnessRunStorage.id | packages/storage-file/src/index.ts:105 |
label | public | string | "File" | HarnessRunStorage.label | packages/storage-file/src/index.ts:106 |
outputDir | readonly | string | undefined | - | packages/storage-file/src/index.ts:107 |
Methods
Section titled “Methods”openRun()
Section titled “openRun()”openRun(input): HarnessRunStore;Defined in: packages/storage-file/src/index.ts:114
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | OpenRunStoreInput |