Uses of Interface
com.atlassian.bamboo.persister.AuditLogService

Packages that use AuditLogService
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.ww2.actions.build.admin   
 

Uses of AuditLogService in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as AuditLogService
protected  AuditLogService PlanResultsAction.auditLogService
           
 

Methods in com.atlassian.bamboo.build with parameters of type AuditLogService
 void ViewBuildResults.setAuditLogService(AuditLogService auditLogService)
           
 void PlanResultsAction.setAuditLogService(AuditLogService auditLogService)
           
 

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

Fields in com.atlassian.bamboo.build.creation declared as AuditLogService
protected  AuditLogService PlanCreationTemplate.auditLogService
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type AuditLogService
BuildCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, PlanValidationService planValidationService, AuditLogService auditLogService)
           
ChainCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService)
           
JobCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter)
           
 

Uses of AuditLogService in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type AuditLogService
ChainConversionServiceImpl(TestsManager testsManager, LabelManager labelManager, AuditLogService auditLogService, CommentManager commentManager, com.atlassian.bandana.BandanaPersister bandanaPersister)
           
 

Uses of AuditLogService in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration with parameters of type AuditLogService
 void ViewGlobalAuditLogAction.setAuditLogService(AuditLogService auditLogService)
           
 

Uses of AuditLogService in com.atlassian.bamboo.persister
 

Classes in com.atlassian.bamboo.persister that implement AuditLogService
 class DefaultAuditLogService
           
 

Uses of AuditLogService in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type AuditLogService
 void UpgradeTask2025BuildChainConversion.setAuditLogService(AuditLogService auditLogService)
           
 

Uses of AuditLogService in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type AuditLogService
 void ViewPlanAuditLog.setAuditLogService(AuditLogService auditLogService)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.