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

public class SimpleProjectBean extends Object
Represents a simple project bean. The reason that our own is defined is to reduce packet load for information not currently needed, as well as ProjectBeanFactory not being exported by the REST plugin, therefore cannot use the bean anyway.

since v6.4

  • Constructor Details

    • SimpleProjectBean

      public SimpleProjectBean(Project project)
  • Method Details

    • getId

      public Long getId()
    • getName

      public String getName()
    • getKey

      public String getKey()