public class SystemTenant extends Object implements com.atlassian.tenancy.api.Tenant
transitionFromVacantToTenantedState
at the end of the web-based setup in case of a previously vacant system.Constructor and Description |
---|
SystemTenant(TenantRegistry tenantRegistry) |
SystemTenant(TenantRegistry tenantRegistry,
com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
Deprecated.
since 5.9 Use
SystemTenant(TenantRegistry) |
Modifier and Type | Method and Description |
---|---|
boolean |
arrived()
Signal that the system tenant has arrived, typically done after the
AtlassianBootstrapManager.setSetupComplete(boolean)
has been called. |
com.atlassian.fugue.Option<com.atlassian.tenancy.api.Tenant> |
get() |
String |
name() |
@Deprecated public SystemTenant(TenantRegistry tenantRegistry, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
SystemTenant(TenantRegistry)
public SystemTenant(TenantRegistry tenantRegistry)
public String name()
name
in interface com.atlassian.tenancy.api.Tenant
public com.atlassian.fugue.Option<com.atlassian.tenancy.api.Tenant> get()
public boolean arrived()
AtlassianBootstrapManager.setSetupComplete(boolean)
has been called.get()
Copyright © 2003–2015 Atlassian. All rights reserved.