public interface ValidationReportHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequestReport(String loggingKey,
ValidationReport validationReport)
Method which gives you way how to override logging of request validation issues.
|
void |
handleResponseReport(String loggingKey,
ValidationReport validationReport)
Method which gives you way how to override logging of response validation issues.
|
void handleRequestReport(String loggingKey, ValidationReport validationReport)
loggingKey - request identifier - method and request pathvalidationReport - result of validationvoid handleResponseReport(String loggingKey, ValidationReport validationReport)
loggingKey - request identifier - method and request pathvalidationReport - result of validationCopyright © 2016–2019 Atlassian. All rights reserved.