com.atlassian.confluence.selenium.client
Class Breadcrumbs

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

public class Breadcrumbs
extends Object


Nested Class Summary
 class Breadcrumbs.Crumb
           
 
Constructor Summary
Breadcrumbs(ConfluenceSeleniumClient client)
           
 
Method Summary
 List<Breadcrumbs.Crumb> getCrumbs()
           
 Breadcrumbs.Crumb getLastCrumb()
          Returns the last crumb, which is the current page one when viewing a page or the operation in other cases.
 Breadcrumbs.Crumb getParentCrumb()
          Returns the second-to-last crumb, which is the parent page one when viewing a page.
 Breadcrumbs.Crumb getSpaceCrumb()
          Returns the second crumb, which is the space one when viewing a page.
 int length()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Breadcrumbs

public Breadcrumbs(ConfluenceSeleniumClient client)
Method Detail

getCrumbs

public List<Breadcrumbs.Crumb> getCrumbs()

getSpaceCrumb

public Breadcrumbs.Crumb getSpaceCrumb()
Returns the second crumb, which is the space one when viewing a page.


getParentCrumb

public Breadcrumbs.Crumb getParentCrumb()
Returns the second-to-last crumb, which is the parent page one when viewing a page.


getLastCrumb

public Breadcrumbs.Crumb getLastCrumb()
Returns the last crumb, which is the current page one when viewing a page or the operation in other cases.


length

public int length()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.