public class Mirror extends Clone
| Constructor and Description |
|---|
Mirror(File directory,
String origin,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
execute()
This method has to be implemented by subclasses to execute the git command.
|
getRevCommit, getRevTree, getStartCommit, isBarepublic <T> Optional<T> execute()
GitCommandexecute in class GitCommandT - The type of the returning optional.Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.