Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactManager

Packages that use ArtifactManager
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.v2.build.agent.remote   
 

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

Classes in com.atlassian.bamboo.build.artifact that implement ArtifactManager
 class AbstractArtifactManager
           
 class LocalArtifactManager
           
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactManager
 void BuildArtifactPostProcessor.setArtifactManager(ArtifactManager artifactManager)
           
 

Constructors in com.atlassian.bamboo.build.artifact with parameters of type ArtifactManager
DefaultArtifactLinkManager(ArtifactLinkDao artifactLinkDao, ArtifactDao artifactDao, ArtifactManager artifactManager, com.atlassian.plugin.PluginAccessor pluginAccessor, AdministrationConfigurationAccessor administrationConfigurationAccessor)
           
 

Uses of ArtifactManager in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ArtifactManager
 void PrepareBuildTask.setArtifactManager(ArtifactManager artifactManager)
           
 

Uses of ArtifactManager in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type ArtifactManager
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 ArtifactManager in com.atlassian.bamboo.deployments.projects.service
 

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type ArtifactManager
DeploymentProjectDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService)
           
 

Uses of ArtifactManager in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type ArtifactManager
DeploymentVersionDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService)
           
 

Uses of ArtifactManager in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ArtifactManager
 class RemoteArtifactManager
           
 



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