Interface ClientFactory<T>

All Known Implementing Classes:
NativeJIRAClientFactory

public interface ClientFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getClient(TenantActor tenantActor)
    Creates a client for the given tenant, which will make requests as the user provided.
  • Method Details

    • getClient

      T getClient(TenantActor tenantActor)
      Creates a client for the given tenant, which will make requests as the user provided.
      Parameters:
      tenantActor - the tenant and user to communicate as
      Returns:
      a client to make requests to the tenant's instance