override fun findBuildTypeByExternalId()

in src/main/kotlin/jetbrains/buildServer/server/querylang/MyProjectManager.kt [23:29]


    override fun findBuildTypeByExternalId(p0: String?): SBuildType? {
        return try {
            projectManager.findBuildTypeByExternalId(p0)
        } catch(e: AccessDeniedException) {
            null
        }
    }