Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactManager
Packages that use ArtifactManager
Package
Description
-
Uses of ArtifactManager in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement ArtifactManagerMethods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactManagerModifier and TypeMethodDescriptionvoid
BuildArtifactPostProcessor.setArtifactManager
(ArtifactManager artifactManager) Constructors in com.atlassian.bamboo.build.artifact with parameters of type ArtifactManagerModifierConstructorDescriptionDefaultArtifactLinkManager
(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 ArtifactManagerModifier and TypeMethodDescriptionvoid
PrepareBuildTask.setArtifactManager
(ArtifactManager artifactManager) -
Uses of ArtifactManager in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type ArtifactManagerModifierConstructorDescriptionDeploymentProjectDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService, AgentAssignmentService agentAssignmentService) -
Uses of ArtifactManager in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type ArtifactManagerModifierConstructorDescriptionDeploymentVersionDeletionServiceImpl
(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, AuditLogService auditLogService) -
Uses of ArtifactManager in com.atlassian.bamboo.plugins.artifact
Constructors in com.atlassian.bamboo.plugins.artifact with parameters of type ArtifactManager -
Uses of ArtifactManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ArtifactManagerModifierConstructorDescriptionBuildAgentControllerImpl
(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of ArtifactManager in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ArtifactManager