| Package | Description |
|---|---|
| com.atlassian.bitbucket.event.request | |
| com.atlassian.bitbucket.request |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestEvent.getRequestContext()
Retrieves the
RequestContext for the event. |
| Constructor and Description |
|---|
RequestEndedEvent(Object source,
RequestContext requestContext)
Constructs a new
RequestEndedEvent, providing the event's source and the RequestContext for the
request that was ended. |
RequestEvent(Object source,
RequestContext requestContext) |
RequestStartedEvent(Object source,
RequestContext requestContext)
Constructs a new
RequestStartedEvent, providing the event's source and the RequestContext for the
request that was started. |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestManager.getRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestCallback.withRequest(RequestContext requestContext)
Callback method that is called by
RequestManager.doAsRequest(RequestCallback, RequestInfoProvider) |
Copyright © 2019 Atlassian. All rights reserved.