override fun matches()

in src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/SlackNotifierEnabled.kt [11:13]


    override fun matches(context: ConditionContext?, metadata: AnnotatedTypeMetadata?): Boolean {
        return TeamCityProperties.getBooleanOrTrue(SlackNotifierProperties.enable)
    }