Class AbstractPluginDetector
java.lang.Object
com.atlassian.jira.pageobjects.config.AbstractPluginDetector
- Direct Known Subclasses:
FuncTestPluginDetector,TestkitPluginDetector
Abstract class for checking whether some plugin is installed.
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleanprotected booleanboolean
-
Constructor Details
-
AbstractPluginDetector
public AbstractPluginDetector()
-
-
Method Details
-
isInstalled
public boolean isInstalled() -
checkInstalled
protected abstract boolean checkInstalled() -
checkInstalledViaGet
-