|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.pageobjects.project.ProjectConfigHeader
public class ProjectConfigHeader
Represents the project config header.
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 |
---|
public ProjectConfigHeader()
Method Detail |
---|
public String getProjectUrl()
getProjectUrlLink()
to get the href value
public String getProjectUrlLink()
public String getProjectKey()
public long projectId()
public String getProjectCategory()
getProjectCategoryLink()
to get the link for the category
public String getProjectCategoryLink()
public String getProjectAvatarIconSrc()
public String getProjectAvatarIconId()
public String getProjectName()
public String getDescriptionHtml()
public String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |