com.atlassian.confluence.selenium.client
Class GlobalEntitiesPanel

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

public class GlobalEntitiesPanel
extends java.lang.Object


Nested Class Summary
static class GlobalEntitiesPanel.Tab
           
 
Constructor Summary
GlobalEntitiesPanel(ConfluenceSeleniumClient client)
           
 
Method Summary
 void gotoTab(GlobalEntitiesPanel.Tab tab)
           
 void isPagePresent(Page page)
           
 void isSpacePresent(Space space)
           
 void isSpacePresent(Space space, java.lang.String section)
           
 void isUserPresent(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalEntitiesPanel

public GlobalEntitiesPanel(ConfluenceSeleniumClient client)
Method Detail

isSpacePresent

public void isSpacePresent(Space space)

isSpacePresent

public void isSpacePresent(Space space,
                           java.lang.String section)

isPagePresent

public void isPagePresent(Page page)

isUserPresent

public void isUserPresent(User user)

gotoTab

public void gotoTab(GlobalEntitiesPanel.Tab tab)


Copyright © 2003-2014 Atlassian. All Rights Reserved.