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 openAuditLog()
           
 void openCompatibilityTab()
           
 void openInstallTab()
           
 void openManageTab(boolean showSystemPlugins)
           
 void openUPM()
           
 void setPluginEnabled(boolean enable, String pluginKey, String pluginName)
           
 
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

openUPM

public void openUPM()

openInstallTab

public void openInstallTab()

isUserInstalledPluginListed

public boolean isUserInstalledPluginListed(String pluginFriendlyName)

openManageTab

public void openManageTab(boolean showSystemPlugins)

openCompatibilityTab

public void openCompatibilityTab()

openAuditLog

public void openAuditLog()

setPluginEnabled

public void setPluginEnabled(boolean enable,
                             String pluginKey,
                             String pluginName)


Copyright © 2003-2012 Atlassian. All Rights Reserved.