Bitbucket Server Documentation
Bitbucket Server - Webhooks API
Package Index
|
Class Index
com.atlassian.bitbucket.webhook
com.atlassian.bitbucket.webhook.history
Interfaces
DetailedInvocation
DetailedInvocationError
DetailedInvocationRequest
DetailedInvocationResponse
DetailedInvocationResult
HistoricalInvocation
InvocationCounts
InvocationHistory
InvocationHistoryService
InvocationRequest
InvocationResult
Classes
HistoricalInvocationRequest
HistoricalInvocationRequest.Builder
InvocationHistoryByEventRequest
InvocationHistoryByEventRequest.Builder
InvocationHistoryRequest
InvocationHistoryRequest.Builder
Enums
InvocationOutcome
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
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
<
String
,
String
>
getHeaders
()
[Expand]
Inherited Methods
From interface
com.atlassian.bitbucket.webhook.history.InvocationRequest
@Nonnull Method
getMethod
()
@Nonnull
String
getUrl
()
Public Methods
@Nonnull public Optional<
String
>
getBody
()
Returns
the request body, if any
@Nonnull public
Map
<
String
,
String
>
getHeaders
()
Returns
the HTTP headers sent with the request