Class ProjectCreationData

java.lang.Object
com.atlassian.jira.bc.project.ProjectCreationData

@PublicApi public class ProjectCreationData extends Object
Holds the information required to create a project. To create instances of this class, use ProjectCreationData.Builder
Since:
7.0
  • Method Details

    • getName

      public String getName()
    • getKey

      public String getKey()
    • getDescription

      public String getDescription()
    • getProjectTypeKey

      public ProjectTypeKey getProjectTypeKey()
    • getProjectTemplateKey

      public ProjectTemplateKey getProjectTemplateKey()
    • getLead

      public ApplicationUser getLead()
    • getUrl

      public String getUrl()
    • getAssigneeType

      public Long getAssigneeType()
    • getAvatarId

      public Long getAvatarId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object