Class TraversalRequest
java.lang.Object
com.atlassian.bitbucket.commit.graph.TraversalRequest
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getExcludes
- Returns:
- the commit IDs starting any subgraphs to be excluded from traversal
-
getIncludes
- Returns:
- the commit IDs starting the subgraph to be traversed. If empty the whole commit graph will be traversed.
-
getRepository
- Returns:
- the repository on which the commit graph traversal will be performed
-