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

Packages that use AuditLogService
com.atlassian.bamboo   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.task   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.chains.admin   
 

Uses of AuditLogService in com.atlassian.bamboo
 

Constructors in com.atlassian.bamboo with parameters of type AuditLogService
ServerLifecycleManagerImpl(PlanExecutionLockService planExecutionLockService, ChainExecutionManager chainExecutionManager, DeletionService deletionService, BambooAuthenticationContext bambooAuthenticationContext, AuditLogService auditLogService)
           
 

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.configuration
 

Constructors in com.atlassian.bamboo.build.configuration with parameters of type AuditLogService
SuspendBuildEventListener(PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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
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 AuditLogService in com.atlassian.bamboo.build.strategy
 

Constructors in com.atlassian.bamboo.build.strategy with parameters of type AuditLogService
BuildStrategyConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, BuildStrategyManager buildStrategyManager, com.opensymphony.xwork.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of AuditLogService in com.atlassian.bamboo.configuration
 

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

Uses of AuditLogService in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type AuditLogService
 void ViewAgentAdmin.setAuditLogService(AuditLogService auditLogService)
           
 void ConfigureSharedCapability.setAuditLogService(AuditLogService auditLogService)
           
 void ConfigureAgents.setAuditLogService(AuditLogService auditLogService)
           
 void ConfigureAgentDetails.setAuditLogService(AuditLogService auditLogService)
           
 void ConfigureAgentCapability.setAuditLogService(AuditLogService auditLogService)
           
 

Uses of AuditLogService in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type AuditLogService
DeletionServiceImpl(ErrorHandler errorHandler, BuildResultsIndexer buildResultsIndexer, PlanScheduler planScheduler, PlanDependencyManager planDependencyManager, PlanParticleManager planParticleManager, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, ArtifactManager artifactManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager, StopBuildManager stopBuildManager, ImmutablePlanCacheService immutablePlanCacheService, ArtifactDao artifactDao)
           
 

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

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type AuditLogService
EnvironmentServiceImpl(DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, AuditLogService auditLogService, com.opensymphony.xwork.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)
           
EnvironmentTaskServiceImpl(ScopedExclusionService scopedExclusionService, AuditLogService auditLogService, com.opensymphony.xwork.TextProvider textProvider, EnvironmentDao environmentDao, TaskManager taskManager, PlanScheduler planScheduler, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

Uses of AuditLogService in com.atlassian.bamboo.persister
 

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

Methods in com.atlassian.bamboo.persister with parameters of type AuditLogService
static void TaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService, TaskManager taskManager, Key planKey, TaskDefinition taskDefinition, java.util.Map<java.lang.String,java.lang.String> oldConfiguration, java.lang.String oldDescription, boolean oldIsEnabled)
           
 

Uses of AuditLogService in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type AuditLogService
MovePlanServiceImpl(AuditLogService auditLogService, BambooPermissionManager bambooPermissionManager, BuildResultsIndexer buildResultsIndexer, ChainBranchManager chainBranchManager, ChainExecutionManager chainExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionServiceImpl exclusionService, ImmutablePlanCacheService immutablePlanCacheService, PlanExecutionLockService planExecutionLockService, PlanManager planManager, PlanValidationService planValidationService, ResultsSummaryManager resultsSummaryManager, com.opensymphony.xwork.TextProvider textProvider)
           
 

Uses of AuditLogService in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type AuditLogService
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, HibernateMutableAclService aclService, BuildStrategyConfigurationService buildStrategyConfigurationService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService)
           
 

Uses of AuditLogService in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type AuditLogService
static com.google.common.base.Supplier<AuditLogService> ComponentAccessor.AUDIT_LOG_SERVICE
           
 

Uses of AuditLogService in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type AuditLogService
TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, BuildDefinitionConverter buildDefinitionConverter, com.opensymphony.xwork.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of AuditLogService in com.atlassian.bamboo.variable
 

Constructors in com.atlassian.bamboo.variable with parameters of type AuditLogService
VariableDefinitionManagerImpl(VariableDefinitionDao variableDefinitionDao, AuditLogService auditLogService)
           
 

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

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

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

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

Uses of AuditLogService in com.atlassian.bamboo.ww2.actions.chains
 

Fields in com.atlassian.bamboo.ww2.actions.chains declared as AuditLogService
protected  AuditLogService StageAction.auditLogService
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type AuditLogService
 void StageAction.setAuditLogService(AuditLogService auditLogService)
           
 

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

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



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