Class StringsDiff
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.StringsDiff
-
public class StringsDiff extends Object
-
-
Constructor Summary
Constructors Constructor Description StringsDiff()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
computeDiff(Collection<String> origValues, Collection<String> newValues, boolean insertionsOnly)
-
-
-
Method Detail
-
computeDiff
@NotNull public static String computeDiff(@NotNull Collection<String> origValues, @NotNull Collection<String> newValues, boolean insertionsOnly)
-
-