com.atlassian.bamboo.migration.stream
Class ChainBranchMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T>
      extended by com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<T>
          extended by com.atlassian.bamboo.migration.stream.AbstractPlanMapper<T>
              extended by com.atlassian.bamboo.migration.stream.AbstractChainMapper<ChainBranch>
                  extended by com.atlassian.bamboo.migration.stream.ChainBranchMapper
All Implemented Interfaces:
BambooStAXMappingHelper<ChainBranch>

public class ChainBranchMapper
extends AbstractChainMapper<ChainBranch>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper
BambooStAXMappingHelper.None
 
Field Summary
static java.lang.String XML_BRANCH_COMMIT_INFORMATION
           
static java.lang.String XML_LINKED_JIRA_ISSUE
           
static java.lang.String XML_NODE
           
static java.lang.String XML_REMOTE_JIRA_LINK_REQUIRED
           
static java.lang.String XML_ROOT
           
 
Fields inherited from class com.atlassian.bamboo.migration.stream.AbstractPlanMapper
authorMap, changesets, labelMap, labels, lastVcsRevisionKeyFromPlan, planRepository, planRepositoryLinkDao, planVcsRevisionHistoryDao, project, repositoryDefinitionDao
 
Constructor Summary
ChainBranchMapper(net.sf.hibernate.SessionFactory sessionFactory, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, NotificationSetMapper notificationSetMapper)
           
 
Method Summary
 ChainBranch createPlanEntity()
           
protected  void exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, ChainBranch object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
          Export object properties.
 java.lang.String getXmlElementNodeName()
          Returns local name of list element node
 java.lang.String getXmlRootNodeName()
          Returns local name of the XML parent node that will contain exported/imported object's properties
protected  void importProperties(ChainBranch object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
          Import properties to the object.
 
Methods inherited from class com.atlassian.bamboo.migration.stream.AbstractChainMapper
afterImportListItem
 
Methods inherited from class com.atlassian.bamboo.migration.stream.AbstractPlanMapper
createItemInstance, savePlanRepositoryWithDefinition
 
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, importListXml, importListXml
 
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl
commitClearSession, commitSession, exportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper
exportXml, importXml
 

Field Detail

XML_ROOT

public static final java.lang.String XML_ROOT
See Also:
Constant Field Values

XML_NODE

public static final java.lang.String XML_NODE
See Also:
Constant Field Values

XML_BRANCH_COMMIT_INFORMATION

public static final java.lang.String XML_BRANCH_COMMIT_INFORMATION
See Also:
Constant Field Values

XML_LINKED_JIRA_ISSUE

public static final java.lang.String XML_LINKED_JIRA_ISSUE
See Also:
Constant Field Values

XML_REMOTE_JIRA_LINK_REQUIRED

public static final java.lang.String XML_REMOTE_JIRA_LINK_REQUIRED
See Also:
Constant Field Values
Constructor Detail

ChainBranchMapper

public ChainBranchMapper(@NotNull
                         net.sf.hibernate.SessionFactory sessionFactory,
                         @NotNull
                         Project project,
                         @NotNull
                         java.util.Map<java.lang.Long,Label> labelMap,
                         @NotNull
                         java.util.Map<java.lang.Long,ExtendedAuthor> authorMap,
                         PlanDao planDao,
                         ResultsSummaryManager resultsSummaryManager,
                         BuildResultsSummaryDao buildResultSummaryDao,
                         PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
                         @NotNull
                         RepositoryDefinitionDao repositoryDefinitionDao,
                         @NotNull
                         PlanRepositoryLinkDao planRepositoryLinkDao,
                         @NotNull
                         NotificationSetMapper notificationSetMapper)
Method Detail

createPlanEntity

public ChainBranch createPlanEntity()
Specified by:
createPlanEntity in class AbstractPlanMapper<ChainBranch>

getXmlRootNodeName

@NotNull
public java.lang.String getXmlRootNodeName()
Description copied from interface: BambooStAXMappingHelper
Returns local name of the XML parent node that will contain exported/imported object's properties

Specified by:
getXmlRootNodeName in interface BambooStAXMappingHelper<ChainBranch>
Overrides:
getXmlRootNodeName in class BambooStAXMappingListHelperAbstractImpl<ChainBranch>
Returns:
local name of the XML parent node

getXmlElementNodeName

@NotNull
public java.lang.String getXmlElementNodeName()
Returns local name of list element node

Overrides:
getXmlElementNodeName in class BambooStAXMappingListHelperAbstractImpl<ChainBranch>
Returns:
local name of list element node

exportProperties

protected void exportProperties(@NotNull
                                org.codehaus.staxmate.out.SMOutputElement outputElement,
                                @NotNull
                                ChainBranch object,
                                @NotNull
                                net.sf.hibernate.Session session,
                                ExportDetailsBean exportDetailsBean)
                         throws java.lang.Exception
Description copied from class: BambooStAXMappingHelperAbstractImpl
Export object properties. Implementing classed should override this method to export custom properties.

Overrides:
exportProperties in class AbstractChainMapper<ChainBranch>
Parameters:
outputElement - the parent node
object - object being exported
session - Hibernate session object
Throws:
java.lang.Exception - when something went wrong

importProperties

protected void importProperties(@NotNull
                                ChainBranch object,
                                @NotNull
                                org.codehaus.staxmate.in.SMInputCursor inputCursor,
                                @NotNull
                                net.sf.hibernate.Session session)
                         throws java.lang.Exception
Description copied from class: BambooStAXMappingHelperAbstractImpl
Import properties to the object. Due to nature of XML parsing this method is called for each child node in the node that was passed to importXml method

Overrides:
importProperties in class AbstractChainMapper<ChainBranch>
Parameters:
object - object being imported
inputCursor - input cursor pointing to the child node of node that was passed to importXml method
session - Hibernate session object
Throws:
java.lang.Exception - when something went wrong


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.