Uses of Class
org.eclipse.jgit.api.StashApplyCommand
Packages that use StashApplyCommand
-
Uses of StashApplyCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StashApplyCommandModifier and TypeMethodDescriptionStashApplyCommand.ignoreRepositoryState
(boolean willIgnoreRepositoryState) Whether to ignore the repository state when applying the stashStashApplyCommand.setContentMergeStrategy
(ContentMergeStrategy strategy) Sets the content merge strategy to use if themerge strategy
is "resolve" or "recursive".StashApplyCommand.setRestoreIndex
(boolean restoreIndex) Whether to restore the index stateStashApplyCommand.setRestoreUntracked
(boolean restoreUntracked) Whether the command should restore untracked filesStashApplyCommand.setStashRef
(String stashRef) Set the stash reference to applyStashApplyCommand.setStrategy
(MergeStrategy strategy) Set theMergeStrategy
to use.Git.stashApply()
Returs a command object used to apply a stashed commit