Merge branch 'VDLM/rtchandler-poc' of https://atc.bmwgroup.net/bitbucket/scm/opapm/cd_e2e_monitoring_config into VDLM/rtchandler-poc

VDLM/rtchandler-poc
Bernd Brandl 2022-05-03 07:59:59 +02:00
commit abe93ac1aa
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
{
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [],
"methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}"
},
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [],
"methodName": "{{.methodName2}}",
"returnType": "{{.returnType}}"
}
]
}
]
}
]
}