Class LicenseContent
java.lang.Object
com.atlassian.jira.pageobjects.components.license.LicenseContent
- Direct Known Subclasses:
LicenseBanner
,LicenseFlag
,UsersExceededBanner
- Since:
- v6.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
clickElementAndWaitForBanner
(com.atlassian.pageobjects.elements.PageElement element, String traceKey) void
int
days()
abstract void
dismiss()
protected abstract com.atlassian.pageobjects.elements.PageElement
protected abstract com.atlassian.pageobjects.elements.PageElement
boolean
protected static boolean
isPresent
(com.atlassian.pageobjects.elements.PageElement element) protected static boolean
isPresentAndVisible
(com.atlassian.pageobjects.elements.PageElement element) boolean
void
-
Constructor Details
-
LicenseContent
public LicenseContent()
-
-
Method Details
-
getContent
@Nonnull protected abstract com.atlassian.pageobjects.elements.PageElement getContent() -
getMacLink
protected abstract com.atlassian.pageobjects.elements.PageElement getMacLink() -
clickMackLink
public void clickMackLink() -
dismiss
public abstract void dismiss() -
isPresent
public boolean isPresent() -
getMacUrl
-
remindLater
public void remindLater() -
days
public int days() -
getMessage
-
isSubscription
public boolean isSubscription() -
clickElementAndWaitForBanner
protected void clickElementAndWaitForBanner(com.atlassian.pageobjects.elements.PageElement element, String traceKey) -
isPresentAndVisible
protected static boolean isPresentAndVisible(com.atlassian.pageobjects.elements.PageElement element) -
isPresent
protected static boolean isPresent(com.atlassian.pageobjects.elements.PageElement element)
-