java.lang.Object
com.atlassian.jira.pageobjects.pages.admin.landingpage.postupgrade.AbstractPluginsSection
Direct Known Subclasses:
DisabledPluginsSection, FailedPluginsSection

public abstract class AbstractPluginsSection extends Object
  • Constructor Details

    • AbstractPluginsSection

      public AbstractPluginsSection()
  • Method Details

    • expandIfCollapsed

      public void expandIfCollapsed()
      Expands this section, if it can be expanded.
    • getHeadline

      public String getHeadline()
      Returns the headline of this section.
      Returns:
      see above
    • getDescription

      public String getDescription()
      Returns the description of this section.
      Returns:
      see above
    • getDetailText

      public String getDetailText()
      Returns the details shown by this section.
      Returns:
      see above
    • getUpmLinkText

      public String getUpmLinkText()
      Returns the text of the UPM link in this section.
      Returns:
      see above
    • getUpmLinkUrl

      public String getUpmLinkUrl()
      Returns the URL of the UPM link in this section.
      Returns:
      see above
    • clickUpmLink

      public void clickUpmLink()