Uses of Class
com.atlassian.bamboo.security.acegi.acls.BambooAclUpdateHelper

Packages that use BambooAclUpdateHelper
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.security.acegi.acls   
 

Uses of BambooAclUpdateHelper in com.atlassian.bamboo.build.creation
 

Fields in com.atlassian.bamboo.build.creation declared as BambooAclUpdateHelper
protected  BambooAclUpdateHelper PlanCreationTemplate.aclUpdateHelper
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type BambooAclUpdateHelper
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BuildStrategyConfigurationService buildStrategyConfigurationService, JiraBranchLinkingService jiraBranchLinkingService, TestQuarantineManager testQuarantineManager, TestsManager testsManager)
           
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService scopedExclusionService, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BranchDetectionService branchDetectionService, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
JobCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
 

Uses of BambooAclUpdateHelper in com.atlassian.bamboo.configuration
 

Fields in com.atlassian.bamboo.configuration declared as BambooAclUpdateHelper
protected  BambooAclUpdateHelper AddPermissionAction.aclUpdateHelper
           
protected  BambooAclUpdateHelper AbstractPermissionAction.aclUpdateHelper
           
 

Methods in com.atlassian.bamboo.configuration with parameters of type BambooAclUpdateHelper
 void AddPermissionAction.setAclUpdateHelper(BambooAclUpdateHelper aclUpdateHelper)
           
 void AbstractPermissionAction.setAclUpdateHelper(BambooAclUpdateHelper aclUpdateHelper)
           
 

Uses of BambooAclUpdateHelper in com.atlassian.bamboo.deployments.environments.service
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type BambooAclUpdateHelper
EnvironmentServiceImpl(DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, AuditLogService auditLogService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, PlanScheduler planScheduler, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, HibernateMutableAclService aclService, BambooPermissionManager bambooPermissionManager, RepositoryDefinitionDao repositoryDefinitionDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, DeploymentResultDeletionService deploymentResultDeletionService, BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, VariableDefinitionDao variableDefinitionDao, ScopedExclusionService scopedExclusionService)
           
 

Uses of BambooAclUpdateHelper in com.atlassian.bamboo.deployments.projects.service
 

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type BambooAclUpdateHelper
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, ArtifactManager artifactManager, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of BambooAclUpdateHelper in com.atlassian.bamboo.security.acegi.acls
 

Methods in com.atlassian.bamboo.security.acegi.acls with parameters of type BambooAclUpdateHelper
 void HibernateMutableAclServiceImpl.setAclUpdateHelper(BambooAclUpdateHelper aclUpdateHelper)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.