public class Fork extends Clone
| Constructor and Description |
|---|
Fork(File parentFolder,
String source,
String target,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.eclipse.jgit.api.Git> |
execute()
This method has to be implemented by subclasses to execute the git command.
|
getRevCommit, getRevTree, getStartCommit, isBarepublic Optional<org.eclipse.jgit.api.Git> execute()
GitCommandexecute in class GitCommandCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.