public StartsWithMatcher()

in server/src/jetbrains/buildServer/staticUIExtensions/model/StartsWithMatcher.java [14:16]


  public StartsWithMatcher(@NotNull String prefix) {
    myPrefix = prefix;
  }