Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
ProjectCreationData.Builder |
ProjectCreationData.Builder.from(ProjectCreationData data) |
ProjectCreationData.Builder |
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 provided
|
ProjectCreationData.Builder |
ProjectCreationData.Builder.withAssigneeType(Long assigneeType) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withAvatarId(Long avatarId) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withDescription(String description) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withKey(String key) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withLead(ApplicationUser lead) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withName(String name) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withProjectTemplateKey(String projectTemplateKey) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withType(ProjectTypeKey projectTypeKey) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withType(String projectTypeKey) |
ProjectCreationData.Builder |
ProjectCreationData.Builder.withUrl(String url) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.