Uses of Interface
com.atlassian.bamboo.plan.artifact.ArtifactSubscriptionManager

Packages that use ArtifactSubscriptionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.plan   
 

Uses of ArtifactSubscriptionManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type ArtifactSubscriptionManager
 void ViewBuildResults.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 void DefaultJob.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

Uses of ArtifactSubscriptionManager in com.atlassian.bamboo.build.artifact
 

Constructors in com.atlassian.bamboo.build.artifact with parameters of type ArtifactSubscriptionManager
LocalArtifactManager(ArtifactSubscriptionManager artifactSubscriptionManager, CustomVariableContext customVariableContext, com.atlassian.plugin.PluginAccessor pluginAccessor, AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactDao artifactDao)
           
 

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

Fields in com.atlassian.bamboo.build.creation declared as ArtifactSubscriptionManager
protected  ArtifactSubscriptionManager PlanCreationTemplate.artifactSubscriptionManager
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type ArtifactSubscriptionManager
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 ArtifactSubscriptionManager in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type ArtifactSubscriptionManager
BuildContextFactoryImpl(ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, ResultsSummaryManager resultsSummaryManager, TaskManager taskManager, TestQuarantineManager testQuarantineManager, AdministrationConfigurationManager administrationConfigurationManager, BranchIntegrationService branchIntegrationService, FeatureManager featureManager)
           
 

Uses of ArtifactSubscriptionManager in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type ArtifactSubscriptionManager
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 ArtifactSubscriptionManager in com.atlassian.bamboo.plan.artifact
 

Classes in com.atlassian.bamboo.plan.artifact that implement ArtifactSubscriptionManager
 class ArtifactSubscriptionManagerImpl
           
 

Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ArtifactSubscriptionManager
ImmutableArtifactManagerImpl(ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

Uses of ArtifactSubscriptionManager in com.atlassian.bamboo.spring
 

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

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type ArtifactSubscriptionManager
 void ViewBuildConfiguration.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions.build.admin.config declared as ArtifactSubscriptionManager
protected  ArtifactSubscriptionManager ConfigureBuildArtifact.artifactSubscriptionManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type ArtifactSubscriptionManager
 void ConfigureBuildArtifact.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 void ConfigureArtifactSubscription.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ArtifactSubscriptionManager
 void MoveStageAction.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 void MoveJobAction.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 void DeleteStageAction.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 void CreateJob.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

Uses of ArtifactSubscriptionManager in com.atlassian.bamboo.ww2.actions.plan
 

Methods in com.atlassian.bamboo.ww2.actions.plan with parameters of type ArtifactSubscriptionManager
 void DeletePlan.setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
           
 



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