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 classVcsUserImplNote: 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 VcsUserPatchFileHeaderInfo. getAuthor()Methods in jetbrains.buildServer.vcs.patches.diff with parameters of type VcsUser Modifier and Type Method Description static StringVcsUserUtil. getShortPresentation(VcsUser user)static booleanVcsUserUtil. isSamePerson(VcsUser user1, VcsUser user2)static StringVcsUserUtil. toExactString(VcsUser user)
-