Package com.google.gerrit.server
Class CommonConverters
- java.lang.Object
-
- com.google.gerrit.server.CommonConverters
-
public class CommonConverters extends Object
Converters to classes incom.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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GitPerson
toGitPerson(org.eclipse.jgit.lib.PersonIdent ident)
-
-
-
Method Detail
-
toGitPerson
public static GitPerson toGitPerson(org.eclipse.jgit.lib.PersonIdent ident)
-
-