com.atlassian.webdriver.jira.component.project
Class ProjectSummary

java.lang.Object
  extended by com.atlassian.webdriver.jira.component.project.ProjectSummary

public class ProjectSummary
extends Object

TODO: Document this class / interface here


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

Constructor Detail

ProjectSummary

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

viewProject

public Page viewProject()

editProject

public Page editProject()

deleteProject

public 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 © 2014 Atlassian. All rights reserved.