| com.atlassian.bitbucket.webhook.history.InvocationHistoryService | 
    
    
Class Overview
Provides various historical information about com.atlassian.webhooks.WebhookInvocation invocations
 for Webhook webhooks.
 
Public Methods
    
      
    
      
    
    
    
      
  
  
      Returns
      - a historical summary of invocations for the supplied Webhook webhook restricted to only those
         invoked for the supplied WebhookEvent event if non-null
 
  
      Throws
        
        
            | NoSuchWebhookException | if history is requested for a webhook that does not exist | 
      
   
     
 
    
      
    
      
    
    
    
      
  
  
      Returns
      - historical summaries of invocations for all WebhookEvent events for the supplied
         Webhook webhook
 
  
      Throws
        
        
            | NoSuchWebhookException | if history is requested for a webhook that does not exist | 
      
   
     
 
    
      
    
      
    
    
    
      
  
  
      Parameters
      
        
          | webhookIds | the IDs of the webhooks for which the invocation history is requested | 
      
   
  
     
 
    
      
    
      
    
    
    
      
  
  
  
      Throws
        
        
            | NoSuchWebhookException | if invocationd data is requested for a webhook that does not exist |