Class Overview
Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated. Note
 that this does not necessarily mean that the list of commits that the pull request covers will change.
 
Summary
| [Expand] Inherited Fields | 
|---|
|  From class
java.util.EventObject | 
 
Public Constructors
Public Methods
    
      
        
        @Nullable
        
        public
        
        
        
        
        RescopeDetails
      
      getAddedCommits
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - details about what commits, if any were added to the scope of the pull request. The
         commits listis limited for performance reasons. UsegetTotal()()} to determine the total number of commits that were added to the
         scope of the pull request. If more commits were added to the scope than are returned in this list, the
         list will contain the most recent commits that were added. Returnsnullif the scope change
         hasn't been determined.
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getPreviousFromHash
      ()
    
      
    
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getPreviousToHash
      ()
    
      
    
 
    
      
        
        @Nullable
        
        public
        
        
        
        
        RescopeDetails
      
      getRemovedCommits
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - details about what commits, if any were removed from the scope of the pull request. The
         commits listis limited for performance reasons. UsegetTotal()()} to determine the total number of commits that were removed from the
         scope of the pull request. If more commits were removed from the scope than are returned in this list,
         the list will contain the most recent commits that were removed. Returnsnullif the scope change
         hasn't been determined.
 
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isFromHashUpdated
      ()
    
      
    
      
    
      
  
  
      Returns
      - trueif the from-hash has been updated in this scope change.- falseotherwise
 
     
 
    
      
        
        public
        
        
        
        
        boolean
      
      isToHashUpdated
      ()
    
      
    
      
    
      
  
  
      Returns
      - trueif the to-hash has been updated in this scope change.- falseotherwise