Class CommonConverters

java.lang.Object
com.google.gerrit.server.CommonConverters

public class CommonConverters extends Object
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 Details

    • toGitPerson

      public static GitPerson toGitPerson(org.eclipse.jgit.lib.PersonIdent ident)