Pull request #235: added method args to custom service template

Merge in OPAPM/cd_e2e_monitoring_config from ew_test to master

* commit '673e8a63f572b5542cd6ace97ee89310f4f014ee':
  added method args to custom service template
alarm-integration
Ermis Wieger (ext.) 2022-06-03 10:03:34 +02:00
commit 14929a3b91
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ customService1:
- name: myJOYNRService
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
- methodName: exampleJoynrMethod
- methodArgs: java.lang.Byte[],java.lang.String
- returnType: void
- skipDeployment: "true"

View File

@ -13,7 +13,7 @@
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [],
"argumentTypes": ["{{.methodArgs}}"],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"
}