public class ArmDeploymentValidator extends AbstractDeploymentValidator
deployment| Constructor and Description |
|---|
ArmDeploymentValidator(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
findRuntimeVersion(ArmClient client)
Find the mule runtime version in the target server configured in the deployment configuration.
|
protected ArmClient |
getArmClient()
Creates an ARM client based on the deployment configuration.
|
EnvironmentSupportedVersions |
getEnvironmentSupportedVersions()
Retrieves the supported mule runtime version in a specific environment.
|
validateMuleVersionAgainstEnvironmentpublic ArmDeploymentValidator(Deployment deployment)
public EnvironmentSupportedVersions getEnvironmentSupportedVersions() throws DeploymentException
AbstractDeploymentValidatorgetEnvironmentSupportedVersions in class AbstractDeploymentValidatorDeploymentException - if the mule runtime version cannot be resolved.protected List<String> findRuntimeVersion(ArmClient client)
client - The ARM client.protected ArmClient getArmClient()
Copyright © 2024 MuleSoft Inc. All rights reserved.