com.atlassian.bamboo.migration.stream
Class ProjectBuildMapper
java.lang.Object
com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T>
com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<Project>
com.atlassian.bamboo.migration.stream.AbstractProjectMapper
com.atlassian.bamboo.migration.stream.ProjectBuildMapper
- All Implemented Interfaces:
- BambooStAXMappingHelper<Project>, BambooStAXRootMapper
public class ProjectBuildMapper
- extends AbstractProjectMapper
Fields inherited from class com.atlassian.bamboo.migration.stream.AbstractProjectMapper |
authorMap, BUILD_XML_ROOT, buildManager, buildResultsSummaryManager, chainResultManager, extendedAuthorManager, labelDao, labelMap, notificationManager, projectManager, sessionFactory |
Method Summary |
protected void |
importProperties(Project project,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
Import properties to the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectBuildMapper
public ProjectBuildMapper(net.sf.hibernate.SessionFactory sessionFactory,
ProjectManager projectManager,
BuildResultsSummaryManager buildResultsSummaryManager,
ExtendedAuthorManager extendedAuthorManager,
LabelDao labelDao,
NotificationManager notificationManager,
ChainResultManager chainResultManager,
BuildManager buildmanager,
BuildResultsSummaryDao buildResultsSummaryDao)
importProperties
protected void importProperties(@NotNull
Project project,
@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 AbstractProjectMapper
- Parameters:
project
- object being importedinputCursor
- input cursor pointing to the child node of node that was passed to importXml methodsession
- Hibernate session object
- Throws:
java.lang.Exception
- when something went wrong
Copyright © 2010 Atlassian. All Rights Reserved.