Uses of Interface
com.atlassian.bamboo.project.ProjectDao
Packages that use ProjectDao
Package
Description
-
Uses of ProjectDao in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream declared as ProjectDaoConstructors in com.atlassian.bamboo.migration.stream with parameters of type ProjectDaoModifierConstructorDescriptionAbstractProjectMapper
(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) -
Uses of ProjectDao in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type ProjectDaoModifierConstructorDescriptionProjectChainMapper
(org.hibernate.SessionFactory sessionFactory, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, @NotNull PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull MapperFactory mapperFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ProjectMapper
(org.hibernate.SessionFactory sessionFactory, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, RssProjectPermissionDao rssProjectPermissionDao, @NotNull MapperFactory mapperFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of ProjectDao in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type ProjectDaoModifierConstructorDescriptionPlanDtoManagerImpl
(@NotNull PlanDtoDao planDtoDao, @NotNull ProjectDao projectDao, @NotNull BranchCommitInformationDao branchCommitInformationDao, @NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao) -
Uses of ProjectDao in com.atlassian.bamboo.project
Classes in com.atlassian.bamboo.project that implement ProjectDaoConstructors in com.atlassian.bamboo.project with parameters of type ProjectDaoModifierConstructorDescriptionDefaultProjectManager
(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, ProjectDao projectDao, VariableDefinitionDao variableDefinitionDao, CredentialsDao credentialsDao, RepositoryDefinitionDao repositoryDefinitionDao) -
Uses of ProjectDao in com.atlassian.bamboo.security.applinks
Constructors in com.atlassian.bamboo.security.applinks with parameters of type ProjectDaoModifierConstructorDescriptionBambooHostApplication
(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, ProjectManager projectManager, ProjectDao projectDao, AdministrationConfigurationAccessor administrationConfigurationAccessor, BootstrapManager bootstrapManager, com.atlassian.struts.TextProvider textProvider) -
Uses of ProjectDao in com.atlassian.bamboo.ww2.actions.labels
Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type ProjectDao