Interface DeploymentValidation

    • Method Detail

      • ok

        boolean ok()
        Returns:
        True if the deployment configuration is OK, false otherwise
      • failureMessages

        java.util.List<java.lang.String> failureMessages()
        Returns:
        Null if ok() == true, or a list of failure messages (i.e., the reasons why the deployment configuration is invalid)