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.
 

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, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
AbstractProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
CommitMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, java.util.Map<java.lang.Long,Author> authorMap)
           
LinkedJiraIssuesMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy)
           
PlanRepositoryLinkMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, PlanManager planManager, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao)
           
RepositoryDefinitionMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, RepositoryDefinitionDao repositoryDefinitionDao, PlanManager planManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.