Class AbstractPluginDetector

java.lang.Object
com.atlassian.jira.pageobjects.config.AbstractPluginDetector
Direct Known Subclasses:
FuncTestPluginDetector, TestkitPluginDetector

public abstract class AbstractPluginDetector extends Object
Abstract class for checking whether some plugin is installed.
Since:
v6.1
  • Constructor Details

    • AbstractPluginDetector

      public AbstractPluginDetector()
  • Method Details

    • isInstalled

      public boolean isInstalled()
    • checkInstalled

      protected abstract boolean checkInstalled()
    • checkInstalledViaGet

      protected boolean checkInstalledViaGet(String uri)