def init()

in src/com/epam/edp/Sonar.groovy [32:37]


    def init() {
        if (platform.checkObjectExists("edpcomponent", "sonar"))
            this.route = platform.getJsonPathValue("edpcomponent", "sonar", ".spec.url")
        else
            script.println("[WARNING] Sonar edpcomponent does not exist")
    }