Uses of Interface
com.atlassian.bitbucket.request.RequestContext
Packages that use RequestContext
- 
Uses of RequestContext in com.atlassian.bitbucket.event.requestMethods in com.atlassian.bitbucket.event.request that return RequestContextModifier and TypeMethodDescriptionRequestEvent.getRequestContext()Retrieves theRequestContextfor 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.protectedRequestEvent(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.requestMethods 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)