blueprint scripting module 70/77470/1
authorMuthuramalingam, Brinda Santh <bs2796@att.com>
Sat, 26 Jan 2019 01:17:35 +0000 (20:17 -0500)
committerMuthuramalingam, Brinda Santh <bs2796@att.com>
Mon, 28 Jan 2019 17:47:04 +0000 (12:47 -0500)
commitd4332bfb76672ced58c0836b868ec1376ba89146
tree511237e248529cda9ccc22f2aff210b4e53fe9b7
parente5c31f5b7481186b4d1920847bfc3c11e222f6e9
blueprint scripting module

Change-Id: Ibe7602bdb6708d9adbe1aecd26eb14e24872f75d
Issue-ID: CCSDK-941
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
17 files changed:
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BluePrintScriptConfiguration.kt [deleted file]
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BluePrintScriptService.kt [deleted file]
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BluePrintScriptServiceTest.kt [deleted file]
components/parent/pom.xml
ms/blueprintsprocessor/parent/pom.xml
ms/controllerblueprints/application/src/main/resources/application.properties
ms/controllerblueprints/modules/blueprint-scripts/pom.xml [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-scripts/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/scripts/BluePrintCompiledScript.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-scripts/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/scripts/BluePrintCompilerProxy.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-scripts/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/scripts/BluePrintScriptConfiguration.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-scripts/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/scripts/BlueprintScriptingHost.kt [moved from components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BlueprintScriptingHost.kt with 72% similarity]
ms/controllerblueprints/modules/blueprint-scripts/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/scripts/BlueprintScriptingHostTest.kt [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-scripts/src/test/resources/scripts1/simple.cba.kts [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-scripts/src/test/resources/scripts2/simple.cba.kts [new file with mode: 0644]
ms/controllerblueprints/modules/pom.xml
ms/controllerblueprints/modules/service/pom.xml
ms/controllerblueprints/parent/pom.xml