Uses of Class
org.eclipse.jgit.merge.ContentMergeStrategy
-
Packages that use ContentMergeStrategy Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.merge Content and commit history merge algorithms. -
-
Uses of ContentMergeStrategy in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ContentMergeStrategy Modifier and Type Method Description CherryPickCommandCherryPickCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".MergeCommandMergeCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".PullCommandPullCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".RebaseCommandRebaseCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".StashApplyCommandStashApplyCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive". -
Uses of ContentMergeStrategy in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return ContentMergeStrategy Modifier and Type Method Description ContentMergeStrategyMergeAlgorithm. getContentMergeStrategy()Retrieves theContentMergeStrategy.ContentMergeStrategyResolveMerger. getContentMergeStrategy()Retrieves the content merge strategy for content conflicts.static ContentMergeStrategyContentMergeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentMergeStrategy[]ContentMergeStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.merge with parameters of type ContentMergeStrategy Modifier and Type Method Description voidMergeAlgorithm. setContentMergeStrategy(ContentMergeStrategy strategy)Sets theContentMergeStrategy.voidResolveMerger. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy for content conflicts.
-