Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentDeletionService
Packages that use EnvironmentDeletionService
Package
Description
-
Uses of EnvironmentDeletionService in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentDeletionServiceModifier and TypeMethodDescriptionvoid
DeleteEnvironment.setEnvironmentDeletionService
(EnvironmentDeletionService environmentDeletionService) -
Uses of EnvironmentDeletionService in com.atlassian.bamboo.deployments.environments.service
Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentDeletionService -
Uses of EnvironmentDeletionService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentDeletionServiceModifierConstructorDescriptionDeploymentProjectDeletionServiceImpl
(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService, AgentAssignmentService agentAssignmentService, DeploymentVersionDao deploymentVersionDao) -
Uses of EnvironmentDeletionService in it.com.atlassian.bamboo.deployments.environments.service
Constructors in it.com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentDeletionServiceModifierConstructorDescriptionEnvironmentDeletionServiceWiredTest
(DeploymentsTestService deploymentsTestService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)