Uses of Interface
com.atlassian.bamboo.deployments.specs.RssDeploymentProjectPermissionDao
-
Packages that use RssDeploymentProjectPermissionDao Package Description com.atlassian.bamboo.deployments.projects.migration.stream com.atlassian.bamboo.deployments.specs -
-
Uses of RssDeploymentProjectPermissionDao in com.atlassian.bamboo.deployments.projects.migration.stream
Constructors in com.atlassian.bamboo.deployments.projects.migration.stream with parameters of type RssDeploymentProjectPermissionDao Constructor Description DeploymentProjectMapper(org.hibernate.SessionFactory sessionFactory, DeploymentProjectDao deploymentProjectDao, DeploymentsImportContext deploymentsImportContext, DeploymentProjectItemMapper deploymentProjectItemMapper, DeploymentProjectPropertiesMapper deploymentProjectPropertiesMapper, DeploymentVersionDao deploymentVersionDao, DeploymentVersionMapper deploymentVersionMapper, EnvironmentDao environmentDao, EnvironmentMapper environmentMapper, VersionNamingSchemeMapper versionNamingSchemeMapper, RssDeploymentProjectPermissionDao rssDeploymentProjectPermissionDao, RssDeploymentProjectPermissionsMapper rssDeploymentProjectPermissionsMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of RssDeploymentProjectPermissionDao in com.atlassian.bamboo.deployments.specs
Classes in com.atlassian.bamboo.deployments.specs that implement RssDeploymentProjectPermissionDao Modifier and Type Class Description class
RssDeploymentProjectPermissionHibernateDaoImpl
Constructors in com.atlassian.bamboo.deployments.specs with parameters of type RssDeploymentProjectPermissionDao Constructor Description RssPermissionManagerImpl(AuditLogService auditLogService, BambooPermissionManager bambooPermissionManager, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectDao deploymentProjectDao, DeploymentProjectService deploymentProjectService, ProjectManager projectManager, RepositoryDefinitionDao repositoryDefinitionDao, RssDeploymentProjectPermissionDao rssDeploymentProjectPermissionDao, RssProjectPermissionDao rssProjectPermissionDao, RssRepositoryPermissionDao rssRepositoryPermissionDao, RssExecutionDirectoryManager rssExecutionDirectoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-