Class ProjectConfigHeader

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

public class ProjectConfigHeader extends Object
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 Details

    • ProjectConfigHeader

      public ProjectConfigHeader()
      Deprecated.
  • Method Details

    • getProjectUrl

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

      public String 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

      public String getProjectKey()
      Deprecated.
      The project key as displayed in the project details section
    • projectId

      public long projectId()
      Deprecated.
      The project id.
    • getProjectCategory

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

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

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

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

      public String getProjectName()
      Deprecated.
      The project name, present on every project configuration page
    • getDescriptionHtml

      public String 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

      public String getDescription()
      Deprecated.
      The text of the project description block.
      Returns:
      the project's description.