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)
Whether to ignore the repository state when applying the stash
|
StashApplyCommand |
StashApplyCommand.setStashRef(String stashRef)
Set the stash reference to apply
This will default to apply the latest stashed commit (stash@{0}) if
unspecified
|
StashApplyCommand |
StashApplyCommand.setStrategy(MergeStrategy strategy)
Set the
MergeStrategy to use. |
StashApplyCommand |
Git.stashApply()
Returs a command object used to apply a stashed commit
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.