Uses of Enum Class
org.eclipse.jgit.api.MergeCommand.FastForwardMode
Packages that use MergeCommand.FastForwardMode
Package
Description
High-level API commands (the porcelain of JGit).
Content and commit history merge algorithms.
-
Uses of MergeCommand.FastForwardMode in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return MergeCommand.FastForwardModeModifier and TypeMethodDescriptionstatic MergeCommand.FastForwardModeReturns the enum constant of this class with the specified name.static MergeCommand.FastForwardModeMergeCommand.FastForwardMode.valueOf(MergeCommand.FastForwardMode.Merge ffMode) Map fromFastForwardMode.MergetoFastForwardMode.static MergeCommand.FastForwardMode[]MergeCommand.FastForwardMode.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.FastForwardModeModifier and TypeMethodDescriptionMergeCommand.setFastForward(MergeCommand.FastForwardMode fastForwardMode) Sets the fast forward mode.PullCommand.setFastForward(MergeCommand.FastForwardMode fastForwardMode) Set the fast forward mode.MergeCommand.FastForwardMode.Merge.valueOf(MergeCommand.FastForwardMode ffMode) Map fromFastForwardModetoFastForwardMode.Merge. -
Uses of MergeCommand.FastForwardMode in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return MergeCommand.FastForwardModeModifier and TypeMethodDescriptionMergeConfig.getFastForwardMode()Get the fast forward mode configured for this branch