Uses of Interface
com.atlassian.bamboo.persistence3.DeletionSQLAdapter
-
-
Uses of DeletionSQLAdapter in com.atlassian.bamboo.comment
Methods in com.atlassian.bamboo.comment with parameters of type DeletionSQLAdapter Modifier and Type Method Description int
CommentDao. deleteByEntityId(@NotNull DeletionSQLAdapter deletionAdapter)
Delete Comments related to an entity.int
CommentHibernateDao. deleteByEntityId(@NotNull DeletionSQLAdapter deletionAdapter)
-
Uses of DeletionSQLAdapter in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of DeletionSQLAdapter in com.atlassian.bamboo.deployments.environments.persistence Modifier and Type Interface Description interface
EnvironmentDeletionAdapter
-
Uses of DeletionSQLAdapter in com.atlassian.bamboo.deployments.results.persistence
Subinterfaces of DeletionSQLAdapter in com.atlassian.bamboo.deployments.results.persistence Modifier and Type Interface Description interface
DeploymentResultDeletionAdapter
-
Uses of DeletionSQLAdapter in com.atlassian.bamboo.deployments.versions.persistence
Subinterfaces of DeletionSQLAdapter in com.atlassian.bamboo.deployments.versions.persistence Modifier and Type Interface Description interface
DeploymentVersionDeletionAdapter
-
Uses of DeletionSQLAdapter in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable with parameters of type DeletionSQLAdapter Modifier and Type Method Description int
VariableDefinitionDao. deleteByDeploymentVersion(@NotNull DeletionSQLAdapter deletionAdapter)
Delete VariableDefinitions related to DeploymentVersions.int
VariableDefinitionHibernateDao. deleteByDeploymentVersion(@NotNull DeletionSQLAdapter deletionAdapter)
int
VariableDefinitionDao. deleteByEnvironment(@NotNull DeletionSQLAdapter deletionAdapter)
Delete VariableDefinitions related to Environments.int
VariableDefinitionHibernateDao. deleteByEnvironment(@NotNull DeletionSQLAdapter deletionAdapter)
-