public void responsibleChanged()

in achievements-server/src/main/java/org/jetbrains/buildserver/achievements/impl/ServerEventsAdapter.java [95:100]


  public void responsibleChanged(@NotNull SProject project, @NotNull Collection<TestName> testNames, @NotNull ResponsibilityEntry entry, boolean isUserAction) {
    super.responsibleChanged(project, testNames, entry, isUserAction);

    notifyInvestigationDelegated(entry);
    notifyInvestigationTaken(entry);
  }