Uses of Class
org.eclipse.jgit.revwalk.RevWalk.GetMergedIntoStrategy
-
Packages that use RevWalk.GetMergedIntoStrategy Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of RevWalk.GetMergedIntoStrategy in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return RevWalk.GetMergedIntoStrategy Modifier and Type Method Description static RevWalk.GetMergedIntoStrategy
RevWalk.GetMergedIntoStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RevWalk.GetMergedIntoStrategy[]
RevWalk.GetMergedIntoStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-