From 91849f80fba33eeae9010f551c2a9d1f3048d61c Mon Sep 17 00:00:00 2001 From: Muminovic Mersa Date: Fri, 22 Apr 2022 11:46:47 +0200 Subject: [PATCH] Added test custom service for scallservice --- .../custom-service-java/custom-service-java.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml index 25f8a028..68542af6 100644 --- a/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml @@ -2,8 +2,8 @@ config: - customService1: template-1-1.json customService1: -- name: myJOYNRService -- className: com.bmw.cc.conn.this.is.just.an.exampleClasss -- methodName: exampleJoynrMethod +- name: requestMaintenanceStatusService-vdlm +- className: com.bmw.cc.ts.scallservice.api.maintenancestatus.v1.boundary.MaintenanceStatusApiBF +- methodName: processRequestMaintenanceStatus - returnType: void - skipDeployment: "true" \ No newline at end of file