override fun labelingFailed()

in src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/notification/PlainMessageBuilder.kt [48:56]


    override fun labelingFailed(build: Build, root: VcsRoot, exception: Throwable): MessagePayload {
        return MessagePayload(
                "Labeling failed for root ${root.name}. More details on ${format.url(
                        links.getViewResultsUrl(
                                build
                        ), "build result page"
                )}"
        )
    }