com.atlassian.jira.functest.framework
Class Dashboard.Table

java.lang.Object
  extended by com.atlassian.jira.functest.framework.Dashboard.Table
Enclosing interface:
Dashboard

public static class Dashboard.Table
extends Object

Holds the identifiers of the tables that display Portal Pages.


Field Summary
static Dashboard.Table FAVOURITE
           
static Dashboard.Table OWNED
           
static Dashboard.Table POPULAR
           
static Dashboard.Table SEARCH
           
 
Constructor Summary
Dashboard.Table(String tableId)
           
 
Method Summary
 String getTableId()
           
 String toXPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAVOURITE

public static final Dashboard.Table FAVOURITE

OWNED

public static final Dashboard.Table OWNED

POPULAR

public static final Dashboard.Table POPULAR

SEARCH

public static final Dashboard.Table SEARCH
Constructor Detail

Dashboard.Table

public Dashboard.Table(String tableId)
Method Detail

toXPath

public String toXPath()

getTableId

public String getTableId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.