Class TestPipeline
java.lang.Object
org.frankframework.console.controllers.TestPipeline
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<TestPipeline.TestPipeLineResponse>
-
Constructor Details
-
TestPipeline
-
-
Method Details
-
testPipeLine
@RolesAllowed("IbisTester") @PostMapping(value="/test-pipeline", produces="application/json", consumes="multipart/form-data") public org.springframework.http.ResponseEntity<TestPipeline.TestPipeLineResponse> testPipeLine(@ModelAttribute TestPipeline.TestPipeLineModel model) throws ApiException - Throws:
ApiException
-