Class AbstractPluginsSection
java.lang.Object
com.atlassian.jira.pageobjects.pages.admin.landingpage.postupgrade.AbstractPluginsSection
- Direct Known Subclasses:
DisabledPluginsSection,FailedPluginsSection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidExpands this section, if it can be expanded.Returns the description of this section.Returns the details shown by this section.Returns the headline of this section.Returns the text of the UPM link in this section.Returns the URL of the UPM link in this section.
-
Constructor Details
-
AbstractPluginsSection
public AbstractPluginsSection()
-
-
Method Details
-
expandIfCollapsed
public void expandIfCollapsed()Expands this section, if it can be expanded. -
getHeadline
Returns the headline of this section.- Returns:
- see above
-
getDescription
Returns the description of this section.- Returns:
- see above
-
getDetailText
Returns the details shown by this section.- Returns:
- see above
-
getUpmLinkText
Returns the text of the UPM link in this section.- Returns:
- see above
-
getUpmLinkUrl
Returns the URL of the UPM link in this section.- Returns:
- see above
-
clickUpmLink
public void clickUpmLink()
-