Package | Description |
---|---|
com.atlassian.jira.imports.project | |
com.atlassian.jira.imports.project.parser | |
com.atlassian.jira.imports.project.transformer |
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectImportPersister.createAssociation(ExternalNodeAssociation nodeAssociation)
Creates a NodeAssocation which is used to link the issue to external values such as versions and components.
|
boolean |
DefaultProjectImportPersister.createAssociation(ExternalNodeAssociation nodeAssociation) |
Modifier and Type | Method and Description |
---|---|
ExternalNodeAssociation |
NodeAssociationParser.parse(Map attributes)
Transforms a set of attributes into a NodeAssociation.
|
ExternalNodeAssociation |
NodeAssociationParserImpl.parse(Map attributes) |
Modifier and Type | Method and Description |
---|---|
EntityRepresentation |
NodeAssociationParser.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the
provided node association.
|
EntityRepresentation |
NodeAssociationParserImpl.getEntityRepresentation(ExternalNodeAssociation nodeAssociation) |
Modifier and Type | Method and Description |
---|---|
ExternalNodeAssociation |
ComponentTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation component)
Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
|
ExternalNodeAssociation |
VersionTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation version)
Transforms an ExternalNodeAssociation (IssueVersion) based on the project import mapper that is provided.
|
ExternalNodeAssociation |
ComponentTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation component) |
ExternalNodeAssociation |
VersionTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation version) |
Modifier and Type | Method and Description |
---|---|
ExternalNodeAssociation |
ComponentTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation component)
Transforms an ExternalNodeAssociation (IssueComponent) based on the project import mapper that is provided.
|
ExternalNodeAssociation |
VersionTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation version)
Transforms an ExternalNodeAssociation (IssueVersion) based on the project import mapper that is provided.
|
ExternalNodeAssociation |
ComponentTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation component) |
ExternalNodeAssociation |
VersionTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalNodeAssociation version) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.