public class

ThrottledScmRequestFactory

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.scm.throttle.ThrottledScmRequestFactory

Class Overview

Helper for SCM implementation providers to decorate HttpScmRequest and SshScmRequest instances with ThrottleService throttling.

Summary

Public Constructors
ThrottledScmRequestFactory(ThrottleService throttleService)
Public Methods
@Nonnull HttpScmRequest throttled(HttpScmRequest request)
@Nonnull SshScmRequest throttled(SshScmRequest request)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ThrottledScmRequestFactory (ThrottleService throttleService)

Public Methods

@Nonnull public HttpScmRequest throttled (HttpScmRequest request)

@Nonnull public SshScmRequest throttled (SshScmRequest request)