UserSet findUserByPropertyValue()

in src/main/java/org/jetbrains/teamcity/githubauth/TeamCityCoreFacade.java [50:52]


    UserSet<SUser> findUserByPropertyValue(PropertyKey propertyKey, String propertyValue) {
        return myUserModel.findUsersByPropertyValue(propertyKey, propertyValue, true);
    }