Get data job status from DMI Plugin 24/138424/20
authorleventecsanyi <levente.csanyi@est.tech>
Mon, 8 Jul 2024 15:33:16 +0000 (17:33 +0200)
committerLevente Csanyi <levente.csanyi@est.tech>
Thu, 25 Jul 2024 13:11:00 +0000 (13:11 +0000)
commit9864d3f58694f07a35b34ee651fbaf51d993fdd6
tree34dbd863191420f0928735aee183ff72d03ceef9
parentdc56d427e0c1f3161d752bd6078b31529c5469d8
Get data job status from DMI Plugin

    - added java interface
    - extended DmiRestClient to get data job status
    - added testware

Issue-ID: CPS-2296
Change-Id: If9006bba06397724c15bdc3bdf1bd52a0188f002
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/datajobs/DataJobStatusService.java [new file with mode: 0644]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/DataJobStatusServiceImpl.java [new file with mode: 0644]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/dmi/DmiRestClient.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/datajobs/DataJobStatusServiceImplSpec.groovy [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/dmi/DmiRestClientSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/base/DmiDispatcher.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/DataJobStatusServiceSpec.groovy [new file with mode: 0644]