public class EnvironmentDeletionServiceImpl extends Object implements EnvironmentDeletionService
| Constructor and Description |
|---|
EnvironmentDeletionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(long environmentId,
boolean fireEvent)
Delete single Environment and related records.
|
int |
deleteForDeploymentProject(long deploymentProjectId,
Set<String> affectedJiraIssues)
Delete all Environments related to DeploymentProject.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, deleteForDeploymentProjectpublic void delete(long environmentId,
boolean fireEvent)
EnvironmentDeletionServiceMultipleEnvironmentsDeletedEvent if requested.delete in interface EnvironmentDeletionServiceenvironmentId - of the environment to delete.fireEvent - if MultipleEnvironmentsDeletedEvent should be fired.public int deleteForDeploymentProject(long deploymentProjectId,
Set<String> affectedJiraIssues)
EnvironmentDeletionServiceMultipleEnvironmentsDeletedEvent.deleteForDeploymentProject in interface EnvironmentDeletionServicedeploymentProjectId - id of DeploymentProject which Environments will be deletedaffectedJiraIssues - keys of jira issues affected by the removal of projectCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.