public boolean matches()

in server/src/jetbrains/buildServer/staticUIExtensions/model/TrueMatcher.java [12:14]


  public boolean matches(@NotNull String url) {
    return true;
  }