public interface DeploymentVersionDeletionService
Modifier and Type | Method and Description |
---|---|
void |
delete(long deploymentVersionId)
Delete single Deployment Version and related records.
|
int |
deleteForDeploymentProject(long deploymentProjectId)
Delete Deployment Versions and related records for a Deployment Project.
|
boolean |
removeArtifacts(long deploymentVersionId)
Remove artifacts of Deployment Version and mark this version as unreleasable
|
void delete(long deploymentVersionId)
boolean removeArtifacts(long deploymentVersionId)
deploymentVersionId
- id of Deployment Version which artifacts should be deletedint deleteForDeploymentProject(long deploymentProjectId)
deploymentProjectId
- id of Deployment Project which versions have to be removedCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.