Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-05-06 18:23:35 +02:00
parent 5540b2b41c
commit 21aa820c3c
8 changed files with 63 additions and 8 deletions
@@ -143,6 +143,8 @@ export interface TaskContext {
serializeWorkspace?(options: { path: string }): Promise<void>;
cleanWorkspace?(): Promise<void>;
rehydrateWorkspace?(options: {
taskId: string;
targetPath: string;