Uses of Interface
com.atlassian.bamboo.project.ProjectDao
-
-
Uses of ProjectDao in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream declared as ProjectDao Modifier and Type Field Description protected ProjectDao
AbstractProjectMapper. projectDao
Constructors in com.atlassian.bamboo.migration.stream with parameters of type ProjectDao Constructor Description 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)
-
Uses of ProjectDao in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type ProjectDao Constructor Description ProjectChainMapper(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 ProjectDao Constructor Description PlanDtoManagerImpl(@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 ProjectDao Modifier and Type Class Description class
ProjectHibernateDao
Constructors in com.atlassian.bamboo.project with parameters of type ProjectDao Constructor Description DefaultProjectManager(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 ProjectDao Constructor Description BambooHostApplication(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 Modifier and Type Method Description void
ViewLabels. setProjectDao(ProjectDao projectDao)
-