Class DeploymentExecutionResolver
java.lang.Object
com.atlassian.bamboo.deployments.versions.DeploymentExecutionResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncanExecute
(@Nullable List<? extends InternalEnvironment> environments, @Nullable DeploymentVersion deploymentVersion) static void
validate
(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion)
-
Constructor Details
-
DeploymentExecutionResolver
public DeploymentExecutionResolver()
-
-
Method Details
-
canExecute
public static Map<String,Pair<Boolean, canExecuteString>> (@Nullable @Nullable List<? extends InternalEnvironment> environments, @Nullable @Nullable DeploymentVersion deploymentVersion) -
validate
public static void validate(@Nullable @Nullable InternalEnvironment environment, @Nullable @Nullable DeploymentVersion deploymentVersion) throws DeploymentDoesNotSatisfyPrerequisitesException
-