com.atlassian.bamboo.deployments.results.service
Interface DeploymentResultDeletionService

All Known Implementing Classes:
DeploymentResultDeletionServiceImpl

public interface DeploymentResultDeletionService


Method Summary
 void delete(long deploymentResultId)
          Delete single Deployment Result and related records.
 int deleteForEnvironment(long environmentId)
          Delete batch of Deployment Results and related records.
 int unlinkFromVersion(long deploymentVersionId)
          Unlink Deployment Results from Deployment Version.
 int unlinkFromVersionForProject(long deploymentProjectId)
          Unlink Deployment Results from Deployment Versions for all Versions in DeploymentProject.
 

Method Detail

delete

void delete(long deploymentResultId)
Delete single Deployment Result and related records.

Parameters:
deploymentResultId - id of Deployment Result to delete

deleteForEnvironment

int deleteForEnvironment(long environmentId)
Delete batch of Deployment Results and related records.

Parameters:
environmentId - id of Environment which DeploymentResults are to be deleted

unlinkFromVersion

int unlinkFromVersion(long deploymentVersionId)
Unlink Deployment Results from Deployment Version.

Parameters:
deploymentVersionId - id of DeploymentVersion which DeploymentRecords should be unlinked from

unlinkFromVersionForProject

int unlinkFromVersionForProject(long deploymentProjectId)
Unlink Deployment Results from Deployment Versions for all Versions in DeploymentProject.

Parameters:
deploymentProjectId - id of DeploymentProject


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.