Package com.google.gerrit.server
Class CommonConverters
java.lang.Object
com.google.gerrit.server.CommonConverters
Converters to classes in
com.google.gerrit.extensions.common
.
The server frequently needs to convert internal types to types exposed in the extension API, but the converters themselves are not part of this API. This class contains such converters as static utility methods.
-
Method Summary
Modifier and TypeMethodDescriptionstatic GitPerson
toGitPerson
(org.eclipse.jgit.lib.PersonIdent ident)
-
Method Details
-
toGitPerson
-