java.lang.Object
com.atlassian.jira.dashboarditem.statistics.service.versions.beans.ProjectVersionBean

public class ProjectVersionBean extends Object
Represents information for the version and the project. It also includes a URL for finding all the issues for the given JQL in VersionsServiceImpl with only this version.
Since:
v6.4
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getUrl

      public String getUrl()
    • getArchived

      public Boolean getArchived()
    • getReleased

      public Boolean getReleased()
    • getStartDate

      public Date getStartDate()
    • getReleaseDate

      public Date getReleaseDate()
    • getProject

      public SimpleProjectBean getProject()