Uses of Class
jetbrains.buildServer.vcs.patches.diff.Couple
-
Packages that use Couple Package Description jetbrains.buildServer.vcs.patches.diff -
-
Uses of Couple in jetbrains.buildServer.vcs.patches.diff
Methods in jetbrains.buildServer.vcs.patches.diff that return Couple Modifier and Type Method Description static <T> Couple<T>Couple. getEmpty()static Couple<String>VcsUserUtil. getFirstAndLastName(String name)static <T> Couple<T>Couple. of(T first, T second)
-