Uses of Enum
org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
Packages that use MergeCommand.FastForwardMode.Merge
-
Uses of MergeCommand.FastForwardMode.Merge in org.eclipse.jgit.api
Subclasses with type arguments of type MergeCommand.FastForwardMode.Merge in org.eclipse.jgit.apiModifier and TypeClassDescriptionstatic enumThe modes available for fast forward merges corresponding to the options undermerge.ff.Methods in org.eclipse.jgit.api that return MergeCommand.FastForwardMode.MergeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MergeCommand.FastForwardMode.Merge.valueOf(MergeCommand.FastForwardMode ffMode) Map fromFastForwardModetoFastForwardMode.Merge.static MergeCommand.FastForwardMode.Merge[]MergeCommand.FastForwardMode.Merge.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type MergeCommand.FastForwardMode.MergeModifier and TypeMethodDescriptionstatic MergeCommand.FastForwardModeMergeCommand.FastForwardMode.valueOf(MergeCommand.FastForwardMode.Merge ffMode) Map fromFastForwardMode.MergetoFastForwardMode.