Uses of Interface
com.atlassian.bamboo.deployments.results.persistence.DeploymentResultDeletionAdapter

Packages that use DeploymentResultDeletionAdapter
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.deployments.results.variable   
 

Uses of DeploymentResultDeletionAdapter in com.atlassian.bamboo.deployments.results.persistence
 

Methods in com.atlassian.bamboo.deployments.results.persistence that return DeploymentResultDeletionAdapter
static DeploymentResultDeletionAdapter DeploymentResultDeletionAdapterFactory.forDeploymentResult(long deploymentResultId)
           
static DeploymentResultDeletionAdapter DeploymentResultDeletionAdapterFactory.from(EnvironmentDeletionAdapter deletionAdapter)
           
 

Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type DeploymentResultDeletionAdapter
 int DeploymentResultDaoImpl.delete(DeploymentResultDeletionAdapter deletionAdapter)
          Delete - DEPLOYMENT_RESULT_CUSTOMDATA (manual, JDBC) - DEPLOYMENT_RESULT (manual, JDBC)
 int DeploymentResultDao.delete(DeploymentResultDeletionAdapter deletionAdapter)
          Delete DeploymentResults records limited by DeletionSQLAdapter.getInClause().
 

Uses of DeploymentResultDeletionAdapter in com.atlassian.bamboo.deployments.results.variable
 

Methods in com.atlassian.bamboo.deployments.results.variable with parameters of type DeploymentResultDeletionAdapter
 int DeploymentVariableSubstitutionDaoImpl.delete(DeploymentResultDeletionAdapter deletionAdapter)
           
 int DeploymentVariableSubstitutionDao.delete(DeploymentResultDeletionAdapter deletionAdapter)
          Delete DeploymentVariableSubstitution records related to DeploymentResults limited by DeletionSQLAdapter.getInClause()
 



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