Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
StashApplyCommand |
StashApplyCommand.ignoreRepositoryState(boolean willIgnoreRepositoryState) |
StashApplyCommand |
StashApplyCommand.setStashRef(String stashRef)
Set the stash reference to apply
|
StashApplyCommand |
StashApplyCommand.setStrategy(MergeStrategy strategy) |
StashApplyCommand |
Git.stashApply()
Returns a command object used to apply a stashed commit
|
Copyright © 2016 Eclipse JGit Project. All rights reserved.