public interface LicenseBannerHelper
Modifier and Type | Method and Description |
---|---|
void |
clearRemindMe()
Reset the remind me state of the current user.
|
String |
getExpiryBanner()
Returns HTML to render expiry banners for all licenses that are expired or are about to expire, or an empty
string if no banners are required (ie: no licenses have expired or are near expiry).
|
String |
getLicenseFlag()
Returns HTML to render flags for all licenses that about to expire or whose maintenance period has expired
or is about to expire.
|
void |
remindMeLater()
Hide the license flag for the calling user.
|
@Nonnull String getExpiryBanner()
""
if no banner should be displayed.LicenseDetails.isExpired()
@Nonnull String getLicenseFlag()
""
if no banner should be displayed.LicenseDetails.isEntitledToSupport()
void remindMeLater()
void clearRemindMe()
Copyright © 2002-2021 Atlassian. All Rights Reserved.