Uses of Class
com.atlassian.jira.project.template.ProjectTemplateKey
Packages that use ProjectTemplateKey
Package
Description
-
Uses of ProjectTemplateKey in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return ProjectTemplateKey -
Uses of ProjectTemplateKey in com.atlassian.jira.project
Methods in com.atlassian.jira.project that return types with arguments of type ProjectTemplateKeyModifier and TypeMethodDescriptionProjectCreatedData.getProjectTemplateKey()Returns the key of the project template used to create the project.Methods in com.atlassian.jira.project with parameters of type ProjectTemplateKeyModifier and TypeMethodDescriptionProjectCreatedData.Builder.withProjectTemplateKey(ProjectTemplateKey projectTemplateKey) -
Uses of ProjectTemplateKey in com.atlassian.jira.project.template
Methods in com.atlassian.jira.project.template that return ProjectTemplateKeyMethods in com.atlassian.jira.project.template with parameters of type ProjectTemplateKeyModifier and TypeMethodDescriptionProjectTemplateManager.getProjectTemplate(ProjectTemplateKey projectTemplateKey) Retrieves a project template by its key in theatlassian-plugin.xml.ProjectTemplateManagerImpl.getProjectTemplate(ProjectTemplateKey projectTemplateKey) Constructors in com.atlassian.jira.project.template with parameters of type ProjectTemplateKeyModifierConstructorDescriptionProjectTemplate(ProjectTemplateKey key, ProjectTypeKey projectTypeKey, int weight, String name, String description, String longDescriptionContent, String iconUrl, String backgroundIconUrl, AddProjectModule addProjectModule, String infoSoyPath)