public class Squash extends GitCommand
GitException if something bad happens.| Constructor and Description |
|---|
Squash(org.eclipse.jgit.api.Git git,
String branch,
String startCommitString,
String squashedCommitMessage) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Void> |
execute()
This method has to be implemented by subclasses to execute the git command.
|
getRevCommit, getRevTree, getStartCommit, isBarepublic Optional<Void> execute()
GitCommandexecute in class GitCommandCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.