Uses of Class
org.eclipse.jgit.api.StashApplyCommand
-
Packages that use StashApplyCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of StashApplyCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StashApplyCommand Modifier and Type Method Description StashApplyCommand
StashApplyCommand. ignoreRepositoryState(boolean willIgnoreRepositoryState)
StashApplyCommand
StashApplyCommand. setStashRef(java.lang.String stashRef)
Set the stash reference to applyStashApplyCommand
StashApplyCommand. setStrategy(MergeStrategy strategy)
StashApplyCommand
Git. stashApply()
Returns a command object used to apply a stashed commit
-