override fun notifyResponsibleAssigned()

in src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/notification/SlackNotifier.kt [220:229]


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