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 StashApplyCommandStashApplyCommand. ignoreRepositoryState(boolean willIgnoreRepositoryState)Whether to ignore the repository state when applying the stashStashApplyCommandStashApplyCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".StashApplyCommandStashApplyCommand. setRestoreIndex(boolean restoreIndex)Whether to restore the index stateStashApplyCommandStashApplyCommand. setRestoreUntracked(boolean restoreUntracked)Whether the command should restore untracked filesStashApplyCommandStashApplyCommand. setStashRef(String stashRef)Set the stash reference to applyStashApplyCommandStashApplyCommand. setStrategy(MergeStrategy strategy)Set theMergeStrategyto use.StashApplyCommandGit. stashApply()Returs a command object used to apply a stashed commit
-