Uses of Interface
com.atlassian.bamboo.deployments.results.service.DeploymentResultDeletionService

Packages that use DeploymentResultDeletionService
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.expiry   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions.service   
 

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

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentResultDeletionService
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, HibernateMutableAclService aclService, VariableDefinitionDao variableDefinitionDao, AgentAssignmentService agentAssignmentService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionService scopedExclusionService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
 

Uses of DeploymentResultDeletionService in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type DeploymentResultDeletionService
 void DeleteDeploymentResult.setDeploymentResultDeletionService(DeploymentResultDeletionService deploymentResultDeletionService)
           
 

Uses of DeploymentResultDeletionService in com.atlassian.bamboo.deployments.expiry
 

Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentResultDeletionService
DeploymentExpiryServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectService deploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService)
           
 

Uses of DeploymentResultDeletionService in com.atlassian.bamboo.deployments.results.service
 

Classes in com.atlassian.bamboo.deployments.results.service that implement DeploymentResultDeletionService
 class DeploymentResultDeletionServiceImpl
           
 

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

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentResultDeletionService
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)
           
 



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