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:
Nested Classes
|
Methods
|
Inherited Methods
|
[Expand All]
public class
HistoricalInvocationRequest
extends
Object
java.lang.Object
↳
com.atlassian.bitbucket.webhook.history.HistoricalInvocationRequest
Summary
Nested Classes
class
HistoricalInvocationRequest.Builder
Public Methods
@Nonnull static
HistoricalInvocationRequest.Builder
builder
()
@Nonnull Optional<
String
>
getEventId
()
@Nonnull
Collection
<
InvocationOutcome
>
getOutcomes
()
int
getWebhookId
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Methods
@Nonnull public static
HistoricalInvocationRequest.Builder
builder
()
@Nonnull public Optional<
String
>
getEventId
()
@Nonnull public
Collection
<
InvocationOutcome
>
getOutcomes
()
public int
getWebhookId
()