com.atlassian.jira.pageobjects.pages.admin
Class ProjectRow

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.admin.ProjectRow

public class ProjectRow
extends Object

TODO: Document this class / interface here

Since:
v4.2

Constructor Summary
ProjectRow(org.openqa.selenium.WebElement projectViewRow)
           
 
Method Summary
 com.atlassian.pageobjects.Page deleteProject()
           
 com.atlassian.pageobjects.Page editProject()
           
 String getDefaultAssignee()
           
 String getKey()
           
 String getName()
           
 String getProjectLead()
           
 org.openqa.selenium.WebElement getUrl()
           
 String getUrlStr()
           
 boolean hasUrl()
           
 com.atlassian.pageobjects.Page viewProject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectRow

public ProjectRow(org.openqa.selenium.WebElement projectViewRow)
Method Detail

viewProject

public com.atlassian.pageobjects.Page viewProject()

editProject

public com.atlassian.pageobjects.Page editProject()

deleteProject

public com.atlassian.pageobjects.Page deleteProject()

hasUrl

public boolean hasUrl()

getName

public String getName()

getKey

public String getKey()

getUrl

public org.openqa.selenium.WebElement getUrl()

getUrlStr

public String getUrlStr()

getProjectLead

public String getProjectLead()

getDefaultAssignee

public String getDefaultAssignee()


Copyright © 2002-2013 Atlassian. All Rights Reserved.