Uses of Enum Class
org.eclipse.jgit.api.MergeCommand.ConflictStyle
Packages that use MergeCommand.ConflictStyle
Package
Description
High-level API commands (the porcelain of JGit).
Content and commit history merge algorithms.
-
Uses of MergeCommand.ConflictStyle in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return MergeCommand.ConflictStyleModifier and TypeMethodDescriptionstatic MergeCommand.ConflictStyleReturns the enum constant of this class with the specified name.static MergeCommand.ConflictStyle[]MergeCommand.ConflictStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type MergeCommand.ConflictStyleModifier and TypeMethodDescriptionCherryPickCommand.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts.MergeCommand.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts.PullCommand.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts.RebaseCommand.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts.RevertCommand.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts.StashApplyCommand.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts. -
Uses of MergeCommand.ConflictStyle in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return MergeCommand.ConflictStyleModifier and TypeMethodDescriptionMergeConfig.getConflictStyle()Get the configured conflict styleMethods in org.eclipse.jgit.merge with parameters of type MergeCommand.ConflictStyleModifier and TypeMethodDescriptionvoidResolveMerger.setConflictStyle(MergeCommand.ConflictStyle conflictStyle) Sets the conflict style to be used when formatting merge conflicts.