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
DetailedInvocationResponse
implements
DetailedInvocationResult
com.atlassian.bitbucket.webhook.history.DetailedInvocationResponse
Class Overview
The details of an
invocation's
HTTP response
Summary
Public Methods
@Nonnull Optional<
String
>
getBody
()
@Nonnull
Map
<
String
,
String
>
getHeaders
()
int
getStatusCode
()
[Expand]
Inherited Methods
From interface
com.atlassian.bitbucket.webhook.history.InvocationResult
@Nonnull
String
getDescription
()
@Nonnull
InvocationOutcome
getOutcome
()
Public Methods
@Nonnull public Optional<
String
>
getBody
()
Returns
the response body, if any
@Nonnull public
Map
<
String
,
String
>
getHeaders
()
Returns
the HTTP headers sent with the response
public int
getStatusCode
()
Returns
the HTTP status code