@ExperimentalApi public interface

JiraTenantContext

implements TenantContext
com.atlassian.jira.tenancy.JiraTenantContext
Known Indirect Subclasses

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

The tenant context is used to track tenants

Summary

Public Methods
void clearTenant()
@Nullable Tenant getCurrentTenant()
void setCurrentTenant(Tenant tenant)
[Expand]
Inherited Methods
From interface com.atlassian.tenancy.api.TenantContext

Public Methods

public void clearTenant ()

@Nullable public Tenant getCurrentTenant ()

public void setCurrentTenant (Tenant tenant)