Class GitConnectionFactory

java.lang.Object
io.resys.hdes.client.spi.git.GitConnectionFactory

public class GitConnectionFactory
extends Object
  • Constructor Details

    • GitConnectionFactory

      public GitConnectionFactory()
  • Method Details

    • create

      public static GitConfig create​(GitConfig.GitInit config, HdesStore.HdesCredsSupplier creds, com.fasterxml.jackson.databind.ObjectMapper objectMapper) throws IOException, org.eclipse.jgit.api.errors.RefAlreadyExistsException, org.eclipse.jgit.api.errors.RefNotFoundException, org.eclipse.jgit.api.errors.InvalidRefNameException, org.eclipse.jgit.api.errors.CheckoutConflictException, org.eclipse.jgit.api.errors.GitAPIException
      Throws:
      IOException
      org.eclipse.jgit.api.errors.RefAlreadyExistsException
      org.eclipse.jgit.api.errors.RefNotFoundException
      org.eclipse.jgit.api.errors.InvalidRefNameException
      org.eclipse.jgit.api.errors.CheckoutConflictException
      org.eclipse.jgit.api.errors.GitAPIException