Package com.google.gerrit.server.notedb
Class NoteDbUtil
- java.lang.Object
-
- com.google.gerrit.server.notedb.NoteDbUtil
-
public class NoteDbUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
extractHostPartFromPersonIdent(org.eclipse.jgit.lib.PersonIdent ident)
static String
formatTime(org.eclipse.jgit.lib.PersonIdent ident, Timestamp t)
static Optional<Account.Id>
parseIdent(org.eclipse.jgit.lib.PersonIdent ident)
Returns an AccountId for the given email address.
-
-
-
Method Detail
-
parseIdent
public static Optional<Account.Id> parseIdent(org.eclipse.jgit.lib.PersonIdent ident)
Returns an AccountId for the given email address.
-
extractHostPartFromPersonIdent
public static String extractHostPartFromPersonIdent(org.eclipse.jgit.lib.PersonIdent ident)
-
-