Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentDeletionService
-
-
Uses of EnvironmentDeletionService in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentDeletionService Modifier and Type Method Description void
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 Modifier and Type Class Description class
EnvironmentDeletionServiceImpl
-
Uses of EnvironmentDeletionService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentDeletionService Constructor Description DeploymentProjectDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentProjectDao deploymentProjectDao, DeploymentVersionDeletionService deploymentVersionDeletionService, EnvironmentDeletionService environmentDeletionService, HibernateMutableAclService aclService, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssuesService jiraIssuesService, AgentAssignmentService agentAssignmentService)
-
Uses of EnvironmentDeletionService in it.com.atlassian.bamboo.deployments.environments.service
Constructors in it.com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentDeletionService Constructor Description EnvironmentDeletionServiceWiredTest(DeploymentsTestService deploymentsTestService, EnvironmentDeletionService environmentDeletionService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
-