Pull request #198: [TR] fix custom-service-java templates
Merge in OPAPM/cd_e2e_monitoring_config from VDLM/rtchandler-poc to master * commit '4fd3e6315df477d5180e361775fc6ad3a9c8b62d': fix custom-service-java templatesCD_VDLM_scallservice
commit
52f8fea354
|
|
@ -13,7 +13,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName1}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType1}}"
|
"returnType": "{{.returnType1}}"
|
||||||
}]
|
}]
|
||||||
|
|
@ -26,7 +29,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName2}}",
|
"methodName": "{{.methodName2}}",
|
||||||
"returnType": "{{.returnType2}}"
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName1}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType1}}"
|
"returnType": "{{.returnType1}}"
|
||||||
}]
|
}]
|
||||||
|
|
@ -26,7 +29,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName2}}",
|
"methodName": "{{.methodName2}}",
|
||||||
"returnType": "{{.returnType2}}"
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue