Uses of Interface
com.atlassian.bamboo.deployments.environments.persistence.EnvironmentDeletionAdapter
-
-
Uses of EnvironmentDeletionAdapter in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return EnvironmentDeletionAdapter Modifier and Type Method Description static @NotNull EnvironmentDeletionAdapter
EnvironmentDeletionAdapterFactory. forEnvironment(long environmentId)
-
Uses of EnvironmentDeletionAdapter in com.atlassian.bamboo.deployments.repository.persistence
Methods in com.atlassian.bamboo.deployments.repository.persistence with parameters of type EnvironmentDeletionAdapter Modifier and Type Method Description void
EnvironmentRepositoryLinkDao. detachAllRepositoriesFromEnvironment(@NotNull EnvironmentDeletionAdapter deletionAdapter)
Remove allPlanRepositoryLink
defined for theEnvironment
.void
EnvironmentRepositoryLinkHibernateDao. detachAllRepositoriesFromEnvironment(@NotNull EnvironmentDeletionAdapter deletionAdapter)
-
Uses of EnvironmentDeletionAdapter in com.atlassian.bamboo.deployments.results.persistence
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type EnvironmentDeletionAdapter Modifier and Type Method Description int
DeploymentResultDao. delete(@NotNull EnvironmentDeletionAdapter environmentDeletionAdapter)
Delete DeploymentResults records limited byEnvironmentDeletionAdapter
.int
DeploymentResultDaoImpl. delete(@NotNull EnvironmentDeletionAdapter environmentDeletionAdapter)
Delete - DEPLOYMENT_RESULT_CUSTOMDATA (manual, JDBC) - DEPLOYMENT_RESULT (manual, JDBC) - WEBHOOK_RESPONSE (manual, JDBC)static @NotNull DeploymentResultDeletionAdapter
DeploymentResultDeletionAdapterFactory. from(EnvironmentDeletionAdapter deletionAdapter)
-