Package com.atlassian.confluence.tenant
Class DefaultTenantTicketCollector
- java.lang.Object
-
- com.atlassian.confluence.tenant.DefaultTenantTicketCollector
-
- All Implemented Interfaces:
TenantTicketCollector
@Deprecated(forRemoval=true) public class DefaultTenantTicketCollector extends Object implements TenantTicketCollector
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6Ticket collector to check for when a tenant is present.- Since:
- 5.8
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DefaultTenantTicketCollector.TenantState
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description DefaultTenantTicketCollector(DefaultTenantTicketCollector.TenantState tenantState)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
checkTicket()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
DefaultTenantTicketCollector
public DefaultTenantTicketCollector(DefaultTenantTicketCollector.TenantState tenantState)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
checkTicket
public boolean checkTicket()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
checkTicket
in interfaceTenantTicketCollector
- Returns:
- true, when there is a tenant present, either because a tenant has arrived, or we're in the process of setting one up.
-
-