Class TestPlanLoggingController
java.lang.Object
org.qubership.atp.ram.logging.controllers.TestPlanLoggingController
@RequestMapping("/api/logging/testPlans")
@RestController
public class TestPlanLoggingController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOrCreate(CreatedTestPlanRequest createdTestPlanRequest) Find existed test plan or created new by info from request.
-
Constructor Details
-
TestPlanLoggingController
public TestPlanLoggingController()
-
-
Method Details
-
findOrCreate
@PostMapping("/findOrCreate") public CreatedTestPlanResponse findOrCreate(@RequestBody CreatedTestPlanRequest createdTestPlanRequest) Find existed test plan or created new by info from request.- Parameters:
createdTestPlanRequest- info for created new test plan- Returns:
- ID of test plan
-