com.atlassian.jira.pageobjects.config
Class AbstractPluginDetector

java.lang.Object
  extended by 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 Summary
AbstractPluginDetector()
           
 
Method Summary
protected abstract  boolean checkInstalled()
           
protected  boolean checkInstalledViaGet(String uri)
           
 boolean isInstalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPluginDetector

public AbstractPluginDetector()
Method Detail

isInstalled

public boolean isInstalled()

checkInstalled

protected abstract boolean checkInstalled()

checkInstalledViaGet

protected boolean checkInstalledViaGet(String uri)


Copyright © 2002-2014 Atlassian. All Rights Reserved.