Class ChainMapper
java.lang.Object
com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<Chain,Chain>
com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<Chain,Chain>
com.atlassian.bamboo.migration.stream.AbstractPlanMapper<Chain>
com.atlassian.bamboo.migration.stream.build.AbstractChainMapper<Chain>
com.atlassian.bamboo.migration.stream.build.ChainMapper
- All Implemented Interfaces:
BambooStAXMappingHelper<Chain,Chain>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper
BambooStAXMappingHelper.None -
Field Summary
FieldsFields inherited from class com.atlassian.bamboo.migration.stream.build.AbstractChainMapper
PLAN_XML_SPECS_SOURCEFields inherited from class com.atlassian.bamboo.migration.stream.AbstractPlanMapper
authorMap, labelMap, labels, notificationSetMapper, planBuildNumbers, planRepositoryLinkDao, planVcsRevisionHistoryDao, project, repositoryDefinitionDaoFields inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl
transactionOperations -
Constructor Summary
ConstructorsConstructorDescriptionChainMapper(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Method Summary
Methods inherited from class com.atlassian.bamboo.migration.stream.build.AbstractChainMapper
afterImportListItem, createItemInstance, exportProperties, importPropertiesMethods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, importListXml, importListXml, importListXmlInTransactionMethods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl
exportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper
exportXml, importXml
-
Field Details
-
XML_ROOT
- See Also:
-
XML_NODE
- See Also:
-
-
Constructor Details
-
ChainMapper
public ChainMapper(@NotNull @NotNull org.hibernate.SessionFactory sessionFactory, @NotNull @NotNull Project project, @NotNull @NotNull Map<Long, Label> labelMap, @NotNull @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull @NotNull NotificationSetMapper notificationSetMapper, @NotNull @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
-
Method Details
-
createPlanEntity
- Specified by:
createPlanEntityin classAbstractPlanMapper<Chain>
-
getXmlRootNodeName
Description copied from interface:BambooStAXMappingHelperReturns local name of the XML parent node that will contain exported/imported object's properties- Specified by:
getXmlRootNodeNamein interfaceBambooStAXMappingHelper<Chain,Chain> - Overrides:
getXmlRootNodeNamein classBambooStAXMappingListHelperAbstractImpl<Chain,Chain> - Returns:
- local name of the XML parent node
-
getXmlElementNodeName
- Overrides:
getXmlElementNodeNamein classBambooStAXMappingListHelperAbstractImpl<Chain,Chain>
-