git-server-tc/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/health/GitLocalFileUrlHealthReport.java [58:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @NotNull
  @Override
  public Collection<ItemCategory> getCategories() {
    return Collections.singletonList(CATEGORY);
  }

  @Override
  public boolean canReportItemsFor(@NotNull HealthStatusScope scope) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



git-server-tc/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/health/SwitchToNativeGitHealthReport.java [33:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @NotNull
  @Override
  public Collection<ItemCategory> getCategories() {
    return Collections.singletonList(CATEGORY);
  }

  @Override
  public boolean canReportItemsFor(@NotNull HealthStatusScope scope) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



