Uses of Class
com.atlassian.bitbucket.commit.graph.TraversalRequest
Packages that use TraversalRequest
-
Uses of TraversalRequest in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit with parameters of type TraversalRequestModifier and TypeMethodDescriptionvoidCommitService.traverse(TraversalRequest request, TraversalCallback callback) Traverse the graph of commits in topological order, optionally supplying included commits to start from and excluded commits to ignore. -
Uses of TraversalRequest in com.atlassian.bitbucket.commit.graph
Methods in com.atlassian.bitbucket.commit.graph that return TraversalRequest