Class DeploymentExecutionResolver
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.DeploymentExecutionResolver
-
public final class DeploymentExecutionResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentExecutionResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Pair<Boolean,String>>
canExecute(@Nullable List<? extends InternalEnvironment> environments, @Nullable DeploymentVersion deploymentVersion)
static void
validate(@Nullable InternalEnvironment environment, @Nullable DeploymentVersion deploymentVersion)
-
-
-
Method Detail
-
canExecute
public static Map<String,Pair<Boolean,String>> canExecute(@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
-
-