Class Overview
A request for a traversal of the commit graph starting with the included commits and
 excluding any subgraph starting with excluded commits.
  
 
Summary
| Nested Classes | 
|---|
  
    
      | class | TraversalRequest.Builder | A builder for a TraversalRequest. | 
    
    
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  | 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Set<String>
      
      getExcludes
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the commit IDs starting any subgraphs to be excluded from traversal
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Set<String>
      
      getIncludes
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the commit IDs starting the subgraph to be traversed. If empty the whole commit graph
 will be traversed.
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Repository
      
      getRepository
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the repository on which the commit graph traversal will be performed