Class DeploymentVersionMapper
java.lang.Object
com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T,I>
com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<MutableDeploymentVersion,MutableDeploymentVersion>
com.atlassian.bamboo.deployments.versions.migration.stream.DeploymentVersionMapper
- All Implemented Interfaces:
BambooStAXMappingHelper<MutableDeploymentVersion,MutableDeploymentVersion>
public class DeploymentVersionMapper
extends BambooStAXMappingListHelperAbstractImpl<MutableDeploymentVersion,MutableDeploymentVersion>
DeploymentVersions are being persisted directly in this mapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper
BambooStAXMappingHelper.None -
Field Summary
Fields inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl
transactionOperations -
Constructor Summary
ConstructorsConstructorDescriptionDeploymentVersionMapper(org.hibernate.SessionFactory sessionFactory, DeploymentsImportContext deploymentsImportContext, DeploymentVersionDao deploymentVersionDao, DeploymentVersionItemMapper deploymentVersionItemMapper, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionLinkedJiraIssueMapper deploymentVersionLinkedJiraIssueMapper, DeploymentVersionPropertiesMapper deploymentVersionPropertiesMapper, DeploymentVersionStatusMapper deploymentVersionStatusMapper, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsChangesetMapper deploymentVersionVcsChangesetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutableDeploymentVersion> list, @NotNull MutableDeploymentVersion deploymentVersion, long objectIndex, @NotNull org.hibernate.Session session) Called after parser completes parsing all child nodes in list's element node.protected @NotNull MutableDeploymentVersioncreateItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Creates empty instance of the imported objectprotected voidexportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableDeploymentVersion deploymentVersion, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) Export object properties.protected voidimportDeploymentVersionChangesets(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidimportDeploymentVersionItems(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidimportDeploymentVersionLinkedJiraIssues(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidimportDeploymentVersionStatuses(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidimportProperties(@NotNull MutableDeploymentVersion foobar, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) During import MutableDeploymentVersion argument passed to this method is ignoredMethods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, getXmlElementNodeName, getXmlRootNodeName, 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
-
Constructor Details
-
DeploymentVersionMapper
public DeploymentVersionMapper(org.hibernate.SessionFactory sessionFactory, DeploymentsImportContext deploymentsImportContext, DeploymentVersionDao deploymentVersionDao, DeploymentVersionItemMapper deploymentVersionItemMapper, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionLinkedJiraIssueMapper deploymentVersionLinkedJiraIssueMapper, DeploymentVersionPropertiesMapper deploymentVersionPropertiesMapper, DeploymentVersionStatusMapper deploymentVersionStatusMapper, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsChangesetMapper deploymentVersionVcsChangesetMapper, @NotNull @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
-
Method Details
-
createItemInstance
@NotNull protected @NotNull MutableDeploymentVersion createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception Description copied from class:BambooStAXMappingHelperAbstractImplCreates empty instance of the imported object- Specified by:
createItemInstancein classBambooStAXMappingHelperAbstractImpl<MutableDeploymentVersion,MutableDeploymentVersion> - Parameters:
inputCursor- input cursor that points to the parent node containing object properties- Returns:
- empty instance of the imported object
- Throws:
XMLStreamException- when something went wrongException
-
exportProperties
protected void exportProperties(@NotNull @NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull @NotNull MutableDeploymentVersion deploymentVersion, @NotNull @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) throws Exception Description copied from class:BambooStAXMappingHelperAbstractImplExport object properties. Implementing classed should override this method to export custom properties.- Overrides:
exportPropertiesin classBambooStAXMappingHelperAbstractImpl<MutableDeploymentVersion,MutableDeploymentVersion> - Parameters:
outputElement- the parent nodedeploymentVersion- object being exportedsession- Hibernate session object- Throws:
Exception- when something went wrong
-
importProperties
protected void importProperties(@NotNull @NotNull MutableDeploymentVersion foobar, @NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull @NotNull org.hibernate.Session session) throws Exception During import MutableDeploymentVersion argument passed to this method is ignored- Overrides:
importPropertiesin classBambooStAXMappingHelperAbstractImpl<MutableDeploymentVersion,MutableDeploymentVersion> - Parameters:
foobar- object being importedinputCursor- input cursor pointing to the child node of node that was passed to importXml methodsession- Hibernate session object- Throws:
Exception- when something went wrong
-
afterImportListItem
public void afterImportListItem(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull @NotNull List<MutableDeploymentVersion> list, @NotNull @NotNull MutableDeploymentVersion deploymentVersion, long objectIndex, @NotNull @NotNull org.hibernate.Session session) throws Exception Description copied from class:BambooStAXMappingListHelperAbstractImplCalled after parser completes parsing all child nodes in list's element node.- Overrides:
afterImportListItemin classBambooStAXMappingListHelperAbstractImpl<MutableDeploymentVersion,MutableDeploymentVersion> - Parameters:
inputCursor- cursor pointing to the list's element opening nodelist- list of elements being importeddeploymentVersion- object that has been importedobjectIndex- one-based index of the object being parsedsession- Hibernate session object- Throws:
Exception- when something went wrong
-
importDeploymentVersionItems
protected void importDeploymentVersionItems(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull @NotNull org.hibernate.Session session) throws Exception - Throws:
Exception
-
importDeploymentVersionLinkedJiraIssues
protected void importDeploymentVersionLinkedJiraIssues(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull @NotNull org.hibernate.Session session) throws Exception - Throws:
Exception
-
importDeploymentVersionStatuses
protected void importDeploymentVersionStatuses(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull @NotNull org.hibernate.Session session) throws Exception - Throws:
Exception
-
importDeploymentVersionChangesets
protected void importDeploymentVersionChangesets(@NotNull @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull @NotNull org.hibernate.Session session) throws Exception - Throws:
Exception
-