Class Overview
Event that is raised when a repository is deleted
 
 This event is internally audited with a HIGH priority.
 
Summary
| [Expand] Inherited Fields | 
|---|
|  From class
java.util.EventObject | 
| Public Methods | 
|---|
	 
    
        | @Nonnull
            
            
            
            
            
            
            Iterable<Integer> | getForkIds() | 
 
Public Constructors
    
      
        
        public
        
        
        
        
        
      
      RepositoryDeletedEvent
      (Object source, Repository repository, Iterable<Integer> forkIds)
    
      
    
 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Iterable<Integer>
      
      getForkIds
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the IDs of all repositories that are forks of the repository being deleted