Interface MigrationVariableValidationReport

All Known Implementing Classes:
MigrationVariableValidationReportImpl

public interface MigrationVariableValidationReport
Collects the validation failures for a single migration variable.
  • Method Details

    • getTypedValue

      <T extends TypedValue> T getTypedValue()
      Returns:
      the variable's TypedValue
    • hasFailures

      boolean hasFailures()
      Returns:
      true if the report contains failures, false otherwise
    • getFailures

      List<String> getFailures()
      Returns:
      the list of failure messages