Class TraversalRequest

java.lang.Object
com.atlassian.bitbucket.commit.graph.TraversalRequest

public class TraversalRequest extends Object
A request for a traversal of the commit graph starting with the included commits and excluding any subgraph starting with excluded commits.
See Also:
  • Method Details

    • getExcludes

      @Nonnull public Set<String> getExcludes()
      Returns:
      the commit IDs starting any subgraphs to be excluded from traversal
    • getIncludes

      @Nonnull public Set<String> getIncludes()
      Returns:
      the commit IDs starting the subgraph to be traversed. If empty the whole commit graph will be traversed.
    • getRepository

      @Nonnull public Repository getRepository()
      Returns:
      the repository on which the commit graph traversal will be performed