Package com.zfabrik.impl.gitcr.helper
Class GitCommand
- java.lang.Object
-
- com.zfabrik.impl.gitcr.helper.GitCommand
-
public class GitCommand extends java.lang.ObjectThe actual GitCR operations in complete for better testability
-
-
Constructor Summary
Constructors Constructor Description GitCommand(java.lang.String toString, org.eclipse.jgit.transport.URIish originUri, java.io.File localRepo, org.eclipse.jgit.transport.RefSpec fetchRefSpec, boolean isOptional, org.eclipse.jgit.transport.CredentialsProvider credentials, int timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoClone()voiddoFetch()fetch the deltas and try clone on failurejava.lang.StringtoString()
-