Package | Description |
---|---|
com.atlassian.jira.imports.project.core | |
com.atlassian.jira.imports.project.parser |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalComponent> |
BackupProjectImpl.getProjectComponents() |
Collection<ExternalComponent> |
BackupProject.getProjectComponents() |
Modifier and Type | Method and Description |
---|---|
void |
BackupOverviewBuilderImpl.addComponent(ExternalComponent component) |
void |
BackupOverviewBuilder.addComponent(ExternalComponent component)
Allows you to add a reference to an
ExternalComponent . |
Constructor and Description |
---|
BackupProjectImpl(ExternalProject project,
List<ExternalVersion> versions,
List<ExternalComponent> components,
List<ExternalCustomFieldConfiguration> customFieldConfigurations,
List<Long> issueIds,
int maxSystemFieldTextLength,
Map<String,Collection<Object>> additionalData) |
Modifier and Type | Method and Description |
---|---|
ExternalComponent |
ProjectComponentParserImpl.parse(Map attributes) |
ExternalComponent |
ProjectComponentParser.parse(Map attributes)
Transforms a set of attributes into an ExternalComponent.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.