Uses of Class
com.atlassian.jira.external.beans.ExternalProject
Packages that use ExternalProject
Package
Description
-
Uses of ExternalProject in com.atlassian.jira.external
Methods in com.atlassian.jira.external with parameters of type ExternalProjectModifier and TypeMethodDescriptionExternalUtils.createProject(ExternalProject externalProject) Create a project in JIRA from the given ExternalProject.ExternalUtils.createVersion(ExternalProject externalProject, ExternalVersion externalVersion) ExternalUtils.getProjectObject(ExternalProject externalProject) Tries to find an existing Project based on the values in the given ExternalProject.ExternalUtils.getVersion(ExternalProject externalProject, ExternalVersion externalVersion) -
Uses of ExternalProject in com.atlassian.jira.external.beans
Methods in com.atlassian.jira.external.beans that return ExternalProjectMethods in com.atlassian.jira.external.beans with parameters of type ExternalProjectModifier and TypeMethodDescriptionvoidExternalIssue.setExternalProject(ExternalProject externalProject) -
Uses of ExternalProject in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project with parameters of type ExternalProjectModifier and TypeMethodDescriptionDefaultProjectImportPersister.createProject(ExternalProject project) ProjectImportPersister.createProject(ExternalProject project) Creates a project, with details based off of the ExternalProject.DefaultProjectImportPersister.updateProjectDetails(ExternalProject externalProject) ProjectImportPersister.updateProjectDetails(ExternalProject project) Updates the details of an existing Project in JIRA from the given ExternalProject object. -
Uses of ExternalProject in com.atlassian.jira.imports.project.core
Methods in com.atlassian.jira.imports.project.core that return ExternalProjectModifier and TypeMethodDescriptionExternalIssueImpl.getExternalProject()BackupProject.getProject()BackupProjectImpl.getProject()Methods in com.atlassian.jira.imports.project.core with parameters of type ExternalProjectModifier and TypeMethodDescriptionvoidBackupOverviewBuilder.addProject(ExternalProject project) Allows you to add a reference to anExternalProject.voidBackupOverviewBuilderImpl.addProject(ExternalProject project) voidExternalIssueImpl.setExternalProject(ExternalProject externalProject) Constructors in com.atlassian.jira.imports.project.core with parameters of type ExternalProjectModifierConstructorDescriptionBackupProjectImpl(ExternalProject project, List<ExternalVersion> versions, List<ExternalComponent> components, List<ExternalCustomFieldConfiguration> customFieldConfigurations, List<Long> issueIds, int maxSystemFieldTextLength, Map<String, Collection<Object>> additionalData) -
Uses of ExternalProject in com.atlassian.jira.imports.project.parser
Methods in com.atlassian.jira.imports.project.parser that return ExternalProjectModifier and TypeMethodDescriptionProjectParser.parseProject(Map attributes) Transforms a set of attributes into anExternalProject.ProjectParserImpl.parseProject(Map attributes) Methods in com.atlassian.jira.imports.project.parser with parameters of type ExternalProjectModifier and TypeMethodDescriptionAttachmentParser.getExternalAttachmentFile(ExternalAttachment attachment, ExternalProject project, String issueKey) Returns the full path, on disk, of the external attachment to be imported.AttachmentParserImpl.getExternalAttachmentFile(ExternalAttachment attachment, ExternalProject project, String issueKey) static StringAttachmentParser.getProjectKeyInUse(ExternalProject project)