Uses of Class
com.atlassian.bamboo.migration.BambooStAXListImportStrategy
-
Packages that use BambooStAXListImportStrategy Package Description 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 Modifier and Type Method Description static BambooStAXListImportStrategy
BambooStAXListImportStrategy. valueOf(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 Constructor Description BambooStAXMappingListHelperAbstractImpl(org.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of BambooStAXListImportStrategy in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type BambooStAXListImportStrategy Constructor Description AbstractPlanMapper(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull Project project, @NotNull Map<Long,Label> labelMap, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull PlanDao planDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
AbstractProjectMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, @NotNull PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
CommentMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
CommitMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull Map<Long,ExtendedAuthor> authorMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
LinkedJiraIssuesMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
RepositoryDefinitionMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, RepositoryDefinitionDao repositoryDefinitionDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-