com.atlassian.confluence.selenium.client
Class UPM

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

public class UPM
extends java.lang.Object


Constructor Summary
UPM(ConfluenceSeleniumClient client)
           
 
Method Summary
 void clickInPluginDetails(java.lang.String className, java.lang.String pluginKey)
           
 boolean isUserInstalledPluginListed(java.lang.String pluginFriendlyName)
           
 void openAuditPage()
           
 void openCompatibilityPage()
           
 void openManagePage(boolean showSystemPlugins)
           
 void openManagePage(boolean showSystemPlugins, java.lang.String pluginKey)
           
 void setPluginEnabled(boolean enable, java.lang.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(java.lang.String pluginFriendlyName)

openManagePage

public void openManagePage(boolean showSystemPlugins)

openManagePage

public void openManagePage(boolean showSystemPlugins,
                           java.lang.String pluginKey)

openCompatibilityPage

public void openCompatibilityPage()

openAuditPage

public void openAuditPage()

setPluginEnabled

public void setPluginEnabled(boolean enable,
                             java.lang.String pluginKey)

clickInPluginDetails

public void clickInPluginDetails(java.lang.String className,
                                 java.lang.String pluginKey)


Copyright © 2003-2014 Atlassian. All Rights Reserved.