public class DiffBranches extends GitCommand
| Constructor and Description |
|---|
DiffBranches(org.eclipse.jgit.lib.Repository repository,
String branchA,
String branchB) |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<org.uberfire.java.nio.base.FileDiff>> |
execute()
This method has to be implemented by subclasses to execute the git command.
|
getRevCommit, getRevTree, getStartCommit, isBarepublic Optional<List<org.uberfire.java.nio.base.FileDiff>> execute()
GitCommandexecute in class GitCommandCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.