Uses of Class
com.atlassian.jira.bc.project.ProjectCreationData.Builder
Packages that use ProjectCreationData.Builder
-
Uses of ProjectCreationData.Builder in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return ProjectCreationData.BuilderModifier and TypeMethodDescriptionProjectCreationData.Builder.from(ProjectCreationData data) ProjectCreationData.Builder.fromExistingProject(Project existingProject, ProjectCreationData input) Creates a new instance of ProjectCreationData using a combination of the existing project's data as well as the input providedProjectCreationData.Builder.withAssigneeType(Long assigneeType) ProjectCreationData.Builder.withAvatarId(Long avatarId) ProjectCreationData.Builder.withDescription(String description) ProjectCreationData.Builder.withLead(ApplicationUser lead) ProjectCreationData.Builder.withProjectTemplateKey(String projectTemplateKey) ProjectCreationData.Builder.withType(ProjectTypeKey projectTypeKey)