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.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)
           
EnvironmentServiceImpl(DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, AuditLogService auditLogService, com.opensymphony.xwork2.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)
           
 

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.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, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager)
           
 



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