Uses of Class
com.atlassian.bamboo.migration.BambooStAXListImportStrategy

Packages that use BambooStAXListImportStrategy
com.atlassian.bamboo.migration   
com.atlassian.bamboo.migration.stream   
 

Uses of BambooStAXListImportStrategy in com.atlassian.bamboo.migration
 

Methods in com.atlassian.bamboo.migration that return BambooStAXListImportStrategy
static BambooStAXListImportStrategy BambooStAXListImportStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BambooStAXListImportStrategy[] BambooStAXListImportStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.migration with parameters of type BambooStAXListImportStrategy
 void BambooStAXMappingListHelperAbstractImpl.setListImportStrategy(BambooStAXListImportStrategy listImportStrategy)
          Deprecated. 
 

Constructors in com.atlassian.bamboo.migration with parameters of type BambooStAXListImportStrategy
BambooStAXMappingListHelperAbstractImpl(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy)
           
 

Uses of BambooStAXListImportStrategy in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type BambooStAXListImportStrategy
AbstractPlanMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, Project project, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap, NotificationManager notificationManager)
           
AbstractProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager)
           
CommitMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, java.util.Map<java.lang.Long,Author> authorMap)
           
LinkedJiraIssuesMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.