override fun notifyResponsibleChanged()

in src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/notification/SlackNotifier.kt [107:116]


    override fun notifyResponsibleChanged(
        oldValue: TestNameResponsibilityEntry?,
        newValue: TestNameResponsibilityEntry,
        project: SProject,
        users: Set<SUser>
    ) {
        forReceiver(users, project) { receiver, messageBuilder ->
            sendMessage(messageBuilder.responsibleChanged(oldValue, newValue, project), receiver, project)
        }
    }