com.atlassian.jira.pageobjects.project
Class ProjectConfigHeader

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.ProjectConfigHeader

public class ProjectConfigHeader
extends Object

Represents the project config header.

Since:
v4.4

Constructor Summary
ProjectConfigHeader()
           
 
Method Summary
 String getDescription()
          The text of the project description block.
 String getDescriptionHtml()
          The innerHtml of the project description block.
 String getProjectAvatarIconId()
          The src attribute of the main project avatar, present on every project configuration page
 String getProjectAvatarIconSrc()
          The src attribute of the main project avatar, present on every project configuration page
 String getProjectCategory()
          The project category as displayed in the project details section.
 String getProjectCategoryLink()
          The href value for the link surrounding project category.
 String getProjectKey()
          The project key as displayed in the project details section
 String getProjectName()
          The project name, present on every project configuration page
 String getProjectUrl()
          The project url as displayed in the project details section.
 String getProjectUrlLink()
          If the project url is specified, returns the href value of the project url link.
 long projectId()
          The project id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectConfigHeader

public ProjectConfigHeader()
Method Detail

getProjectUrl

public String getProjectUrl()
The project url as displayed in the project details section. Use getProjectUrlLink() to get the href value

Returns:

getProjectUrlLink

public String getProjectUrlLink()
If the project url is specified, returns the href value of the project url link. Otherwise, returns null

Returns:
the href value of the project url link

getProjectKey

public String getProjectKey()
The project key as displayed in the project details section

Returns:

projectId

public long projectId()
The project id.

Returns:

getProjectCategory

public String getProjectCategory()
The project category as displayed in the project details section. Use getProjectCategoryLink() to get the link for the category

Returns:

getProjectCategoryLink

public String getProjectCategoryLink()
The href value for the link surrounding project category. Used to change the category of the project

Returns:

getProjectAvatarIconSrc

public String getProjectAvatarIconSrc()
The src attribute of the main project avatar, present on every project configuration page

Returns:

getProjectAvatarIconId

public String getProjectAvatarIconId()
The src attribute of the main project avatar, present on every project configuration page

Returns:

getProjectName

public String getProjectName()
The project name, present on every project configuration page

Returns:

getDescriptionHtml

public String getDescriptionHtml()
The innerHtml of the project description block. It is possible and valid for the project description to contain HTML

Returns:
the html of the description

getDescription

public String getDescription()
The text of the project description block.

Returns:
the project's description.


Copyright © 2002-2013 Atlassian. All Rights Reserved.