Class 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 Detail

      • toGitPerson

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