com.atlassian.confluence.selenium.client
Class UPM

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.UPM

public class UPM
extends Object


Constructor Summary
UPM(ConfluenceSeleniumClient client)
           
 
Method Summary
 boolean isUserInstalledPluginListed(String pluginFriendlyName)
           
 void openAuditPage()
           
 void openCompatibilityPage()
           
 void openManagePage(boolean showSystemPlugins)
           
 void setPluginEnabled(boolean enable, String pluginKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPM

public UPM(ConfluenceSeleniumClient client)
Method Detail

isUserInstalledPluginListed

public boolean isUserInstalledPluginListed(String pluginFriendlyName)

openManagePage

public void openManagePage(boolean showSystemPlugins)

openCompatibilityPage

public void openCompatibilityPage()

openAuditPage

public void openAuditPage()

setPluginEnabled

public void setPluginEnabled(boolean enable,
                             String pluginKey)


Copyright © 2003-2013 Atlassian. All Rights Reserved.