Class ProjectConfigHeader
java.lang.Object
com.atlassian.jira.pageobjects.project.ProjectConfigHeader
Deprecated.
as there is no longer this header in project config because of the new sidebar.
Represents the project config header.
- Since:
- v4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The text of the project description block.Deprecated.The innerHtml of the project description block.Deprecated.The src attribute of the main project avatar, present on every project configuration pageDeprecated.The src attribute of the main project avatar, present on every project configuration pageDeprecated.The project category as displayed in the project details section.Deprecated.The href value for the link surrounding project category.Deprecated.The project key as displayed in the project details sectionDeprecated.The project name, present on every project configuration pageDeprecated.The project url as displayed in the project details section.Deprecated.If the project url is specified, returns the href value of the project url link.long
Deprecated.The project id.
-
Constructor Details
-
ProjectConfigHeader
public ProjectConfigHeader()Deprecated.
-
-
Method Details
-
getProjectUrl
Deprecated.The project url as displayed in the project details section. UsegetProjectUrlLink()
to get the href value -
getProjectUrlLink
Deprecated.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
Deprecated.The project key as displayed in the project details section -
projectId
public long projectId()Deprecated.The project id. -
getProjectCategory
Deprecated.The project category as displayed in the project details section. UsegetProjectCategoryLink()
to get the link for the category -
getProjectCategoryLink
Deprecated.The href value for the link surrounding project category. Used to change the category of the project -
getProjectAvatarIconSrc
Deprecated.The src attribute of the main project avatar, present on every project configuration page -
getProjectAvatarIconId
Deprecated.The src attribute of the main project avatar, present on every project configuration page -
getProjectName
Deprecated.The project name, present on every project configuration page -
getDescriptionHtml
Deprecated.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
Deprecated.The text of the project description block.- Returns:
- the project's description.
-