| com.atlassian.bitbucket.webhook.history.HistoricalInvocation | 
    
|  Known Indirect Subclasses 
      
      
  
        
              | DetailedInvocation | A detailed WebhookInvocation webhook invocation including detailed HTTP request, response and error
 information |  | 
    
Class Overview
A historical record of a WebhookInvocation webhook invocation
 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Duration
      
      getDuration
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the total duration of the invocation from the startof the HTTP request to theendof the HTTP response or processing of the error if one is encountered
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        WebhookEvent
      
      getEvent
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the WebhookEvent event that generated the invocation
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Instant
      
      getFinish
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - when the invocation finished. Straight after the response is received from the webhook or an error is
 encountered
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        String
      
      getId
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the invocation ID that uniquely identifies the original invocation
 
     
 
    
      
    
      
    
    
    
      
  
  
      Returns
      - the details of the invocation's HTTP request
 
     
 
    
      
    
      
    
    
    
      
  
  
      Returns
      - the result of the invocation's request
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Instant
      
      getStart
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - when the invocation began. Just prior to when the HTTP request was made