Uses of Class
org.eclipse.jgit.api.MergeCommand.FastForwardMode.Merge
-
Packages that use MergeCommand.FastForwardMode.Merge Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of MergeCommand.FastForwardMode.Merge in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return MergeCommand.FastForwardMode.Merge Modifier and Type Method Description static MergeCommand.FastForwardMode.MergeMergeCommand.FastForwardMode.Merge. valueOf(String name)Returns the enum constant of this type with the specified name.static MergeCommand.FastForwardMode.MergeMergeCommand.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.Merge Modifier and Type Method Description static MergeCommand.FastForwardModeMergeCommand.FastForwardMode. valueOf(MergeCommand.FastForwardMode.Merge ffMode)Map fromFastForwardMode.MergetoFastForwardMode.
-