Uses of Class
com.atlassian.bamboo.deployments.execution.triggering.DeploymentDoesNotSatisfyPrerequisitesException
Packages that use DeploymentDoesNotSatisfyPrerequisitesException
Package
Description
-
Uses of DeploymentDoesNotSatisfyPrerequisitesException in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service that throw DeploymentDoesNotSatisfyPrerequisitesExceptionModifier 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
Methods in com.atlassian.bamboo.deployments.versions that throw DeploymentDoesNotSatisfyPrerequisitesExceptionModifier and TypeMethodDescriptionstatic voidDeploymentExecutionResolver.validate(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion)