Uses of Interface
com.atlassian.bitbucket.request.RequestContext
Packages that use RequestContext
-
Uses of RequestContext in com.atlassian.bitbucket.event.request
Methods in com.atlassian.bitbucket.event.request that return RequestContextModifier and TypeMethodDescriptionRequestEvent.getRequestContext()
Retrieves theRequestContext
for the event.Constructors in com.atlassian.bitbucket.event.request with parameters of type RequestContextModifierConstructorDescriptionRequestEndedEvent
(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
Methods in com.atlassian.bitbucket.request that return RequestContextMethods in com.atlassian.bitbucket.request with parameters of type RequestContextModifier and TypeMethodDescriptionRequestCallback.withRequest
(RequestContext requestContext) Callback method that is called byRequestManager.doAsRequest(RequestCallback, RequestInfoProvider)