Interface JiraTenantContext

All Superinterfaces:
com.atlassian.tenancy.api.TenantContext
All Known Implementing Classes:
JiraTenantContextImpl

@ExperimentalApi public interface JiraTenantContext extends com.atlassian.tenancy.api.TenantContext
The tenant context is used to track tenants
Since:
v6.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.atlassian.tenancy.api.Tenant
     
    void
    setCurrentTenant(com.atlassian.tenancy.api.Tenant tenant)
     
  • Method Details

    • getCurrentTenant

      @Nullable com.atlassian.tenancy.api.Tenant getCurrentTenant()
      Specified by:
      getCurrentTenant in interface com.atlassian.tenancy.api.TenantContext
    • setCurrentTenant

      void setCurrentTenant(com.atlassian.tenancy.api.Tenant tenant)
    • clearTenant

      void clearTenant()