public interface

DetailedInvocation

implements HistoricalInvocation
com.atlassian.bitbucket.webhook.history.DetailedInvocation

Class Overview

A detailed WebhookInvocation webhook invocation including detailed HTTP request, response and error information

Summary

Public Methods
@Nonnull DetailedInvocationRequest getRequest()
@Nonnull DetailedInvocationResult getResult()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.webhook.history.HistoricalInvocation

Public Methods

@Nonnull public DetailedInvocationRequest getRequest ()

Returns
  • the details of the invocation's HTTP request

@Nonnull public DetailedInvocationResult getResult ()

Returns
  • the details of the result of the invocation - the HTTP response if one was received or the error otherwise