Class GitUtils

java.lang.Object
com.redhat.parodos.tasks.git.GitUtils

public abstract class GitUtils extends Object
  • Method Details

    • getRepoPath

      public static String getRepoPath(com.redhat.parodos.workflows.work.WorkContext workContext)
    • getRepo

      public static org.eclipse.jgit.lib.Repository getRepo(String path) throws IOException
      Throws:
      IOException
    • getTransport

      public static org.eclipse.jgit.api.TransportConfigCallback getTransport(Path sshKeyPath) throws IOException
      Throws:
      IOException