public class ManualTestPlanFileService
| Modifier and Type | Class and Description |
|---|---|
static class |
ManualTestPlanFileService.Companion |
| Modifier and Type | Field and Description |
|---|---|
static ManualTestPlanFileService.Companion |
Companion |
| Constructor and Description |
|---|
ManualTestPlanFileService(BusinessToFileManualTestPlanMapper businessToFileManualTestPlanMapper,
FileToBusinessManualTestPlanMapper fileToBusinessManualTestPlanMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAtPath(com.testerum.model.infrastructure.path.Path planPath,
java.nio.file.Path manualTestsDir) |
com.testerum.model.manual.ManualTestPlan |
getPlanAtPath(com.testerum.model.infrastructure.path.Path planPath,
java.nio.file.Path manualTestsDir) |
com.testerum.model.manual.ManualTestPlans |
getPlans(java.nio.file.Path manualTestsDir) |
com.testerum.model.manual.ManualTestPlan |
save(com.testerum.model.manual.ManualTestPlan plan,
java.nio.file.Path manualTestsDir) |
public static ManualTestPlanFileService.Companion Companion
public ManualTestPlanFileService(@NotNull
BusinessToFileManualTestPlanMapper businessToFileManualTestPlanMapper,
@NotNull
FileToBusinessManualTestPlanMapper fileToBusinessManualTestPlanMapper)
@NotNull
public com.testerum.model.manual.ManualTestPlan save(@NotNull
com.testerum.model.manual.ManualTestPlan plan,
@NotNull
java.nio.file.Path manualTestsDir)
@NotNull
public com.testerum.model.manual.ManualTestPlans getPlans(@NotNull
java.nio.file.Path manualTestsDir)
@Nullable
public com.testerum.model.manual.ManualTestPlan getPlanAtPath(@NotNull
com.testerum.model.infrastructure.path.Path planPath,
@NotNull
java.nio.file.Path manualTestsDir)
public void deleteAtPath(@NotNull
com.testerum.model.infrastructure.path.Path planPath,
@NotNull
java.nio.file.Path manualTestsDir)