Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.revlist.GitRevListWalk
Packages that use GitRevListWalk
-
Uses of GitRevListWalk in com.atlassian.bitbucket.scm.git.command.revlist
Methods in com.atlassian.bitbucket.scm.git.command.revlist that return GitRevListWalkModifier and TypeMethodDescriptionstatic GitRevListWalkReturns the enum constant of this class with the specified name.static GitRevListWalk[]GitRevListWalk.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.scm.git.command.revlist with parameters of type GitRevListWalkModifier and TypeMethodDescriptionGitRevCoreBuilder.walk(GitRevListWalk value) Specifies--no-walkor--do-walk, to control whethergit rev-listtraverses commit ancestry.