Uses of Interface
jetbrains.buildServer.vcs.patches.diff.VcsUser
-
Packages that use VcsUser Package Description jetbrains.buildServer.vcs.patches.diff -
-
Uses of VcsUser in jetbrains.buildServer.vcs.patches.diff
Classes in jetbrains.buildServer.vcs.patches.diff that implement VcsUser Modifier and Type Class Description class
VcsUserImpl
Note: users are considered equal if they have the same name and email.Methods in jetbrains.buildServer.vcs.patches.diff that return VcsUser Modifier and Type Method Description VcsUser
PatchFileHeaderInfo. getAuthor()
Methods in jetbrains.buildServer.vcs.patches.diff with parameters of type VcsUser Modifier and Type Method Description static String
VcsUserUtil. getShortPresentation(VcsUser user)
static boolean
VcsUserUtil. isSamePerson(VcsUser user1, VcsUser user2)
static String
VcsUserUtil. toExactString(VcsUser user)
-