Uses of Interface
com.atlassian.bitbucket.request.RequestContext
-
Uses of RequestContext in com.atlassian.bitbucket.event.request
Modifier and TypeMethodDescriptionRequestEvent.getRequestContext()
Retrieves theRequestContext
for the event.ModifierConstructorDescriptionRequestEndedEvent
(Object source, RequestContext requestContext) Constructs a newRequestEndedEvent
, providing the event's source and the RequestContext for the request that was ended.protected
RequestEvent
(Object source, RequestContext requestContext) RequestStartedEvent
(Object source, RequestContext requestContext) Constructs a newRequestStartedEvent
, providing the event's source and the RequestContext for the request that was started. -
Uses of RequestContext in com.atlassian.bitbucket.request
Modifier and TypeMethodDescriptionRequestCallback.withRequest
(RequestContext requestContext) Callback method that is called byRequestManager.doAsRequest(RequestCallback, RequestInfoProvider)