public class Merge extends GitCommand
| Constructor and Description |
|---|
Merge(org.eclipse.jgit.api.Git git,
String sourceBranch,
String targetBranch) |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<String>> |
execute()
This method has to be implemented by subclasses to execute the git command.
|
getRevCommit, getRevTree, getStartCommit, isBarepublic Optional<List<String>> execute()
GitCommandexecute in class GitCommandCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.