public interface EnvironmentDeletionService
Modifier and Type | Method and Description |
---|---|
void |
delete(long environmentId)
Delete single Environment and related records.
|
int |
deleteForDeploymentProject(long deploymentProjectId)
Delete all Environments related to DeploymentProject.
|
void delete(long environmentId)
environmentId
- of the environment to delete.int deleteForDeploymentProject(long deploymentProjectId)
deploymentProjectId
- id of DeploymentProject
which Environment
s will be deletedCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.