public interface

DetailedInvocationRequest

implements InvocationRequest
com.atlassian.bitbucket.webhook.history.DetailedInvocationRequest

Class Overview

The details of a invocation's HTTP request

Summary

Public Methods
@Nonnull Optional<String> getBody()
@Nonnull Map<StringString> getHeaders()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.webhook.history.InvocationRequest

Public Methods

@Nonnull public Optional<String> getBody ()

Returns
  • the request body, if any

@Nonnull public Map<StringString> getHeaders ()

Returns
  • the HTTP headers sent with the request