| Package | Description |
|---|---|
| com.atlassian.tenancy.api | |
| com.atlassian.tenancy.api.event | |
| com.atlassian.tenancy.api.helper |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantContext.getCurrentTenant()
Retrieve the current tenant, if there is one
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Tenant> |
TenantAccessor.getAvailableTenants()
Retrieve the tenants currently installed on this server.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TenantAccessor.asTenant(Tenant tenant,
Callable<T> call)
Execute some code as a particular tenant.
|
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantArrivedEvent.getTenant() |
| Constructor and Description |
|---|
TenantArrivedEvent(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
Failure.getTenant() |
| Constructor and Description |
|---|
Failure(Tenant tenant,
Exception exception) |
Copyright © 2014 Atlassian. All rights reserved.