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 voidclickElementAndWaitForBanner(com.atlassian.pageobjects.elements.PageElement element, String traceKey) voidintdays()abstract voiddismiss()protected abstract com.atlassian.pageobjects.elements.PageElementprotected abstract com.atlassian.pageobjects.elements.PageElementbooleanprotected static booleanisPresent(com.atlassian.pageobjects.elements.PageElement element) protected static booleanisPresentAndVisible(com.atlassian.pageobjects.elements.PageElement element) booleanvoid
-
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)
-