| com.atlassian.bitbucket.scm.pull.PullRequestRescope | 
    
    
Class Overview
Describes how a com.atlassian.bitbucket.pull.PullRequest pull request is going to be rescoped. As part of
 pull request rescoping, the system will determine how a pull request needs to be rescoped and request the SCM to
 analyse how these changes will affect the pull request.
  
 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Repository
      
      getFromRepository
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the repository the pull request is opened from
 
     
 
    
      
        
        @Nullable
        
        public
        
        
        
        
        String
      
      getNewFromHash
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the commit ID the from-refis going to be changed to. Anullvalue means that the ref was deleted.
 
     
 
    
      
        
        @Nullable
        
        public
        
        
        
        
        String
      
      getNewToHash
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the commit ID the to-refis going to be changed to. Anullvalue means that the ref was deleted.
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getOldFromHash
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the commit ID the from-refis changed from.
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getOldToHash
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the commit ID the to-refis changed from.