Uses of Class
com.atlassian.bamboo.deployments.execution.triggering.DeploymentDoesNotSatisfyPrerequisitesException
Package
Description
-
Uses of DeploymentDoesNotSatisfyPrerequisitesException in com.atlassian.bamboo.deployments.execution.service
Modifier and TypeMethodDescriptionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) DeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) -
Uses of DeploymentDoesNotSatisfyPrerequisitesException in com.atlassian.bamboo.deployments.versions
Modifier and TypeMethodDescriptionstatic void
DeploymentExecutionResolver.validate
(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion)