in src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/SlackTestConnectionController.kt [37:43]
override fun doPost(request: HttpServletRequest, response: HttpServletResponse, xmlResponse: Element) {
val errors = ActionErrors()
val props = getProps(request)
errors.fillErrors(connection.propertiesProcessor, props)
errors.fillErrors(getPropertiesProcessor(), props)
errors.serialize(xmlResponse)
}