Create restconf component function module
authorMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Tue, 12 Feb 2019 20:53:39 +0000 (15:53 -0500)
committerMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Wed, 13 Feb 2019 01:18:09 +0000 (20:18 -0500)
commit2f15f49c88921713b8dd6679220c35adee7ca1c5
treea40bfeec75ff8adc3d1b172b8854c6722ef0da5c
parent92148caefffdee433e1ed9f1edc17858e6de1e49
Create restconf component function module

Change-Id: I04c29bfc981b677d81da73441228215ce4868833
Issue-ID: CCSDK-1060
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
ms/blueprintsprocessor/functions/pom.xml
ms/blueprintsprocessor/functions/restconf-executor/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/restconf-executor/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/restconf/executor/ComponentRestconfExecutor.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/restconf-executor/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/restconf/executor/RestconfComponentFunction.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/restconf-executor/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/restconf/executor/RestconfExecutorConfiguration.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/restconf-executor/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/restconf/executor/ComponentRestconfExecutorTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/restconf-executor/src/test/resources/logback-test.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/rest-lib/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/rest/service/BluePrintRestLibPropertyServiceTest.kt [moved from ms/blueprintsprocessor/modules/commons/rest-lib/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/rest/service/RestPropertyPlaceHolderConfigurationTest.kt with 96% similarity]
ms/blueprintsprocessor/modules/commons/rest-lib/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/rest/service/RestClientServiceTest.kt
ms/blueprintsprocessor/parent/pom.xml