Interface MigrationPlanValidationReport

  • All Known Implementing Classes:
    MigrationPlanValidationReportImpl

    public interface MigrationPlanValidationReport
    Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.
    • Method Detail

      • getMigrationPlan

        MigrationPlan getMigrationPlan()
        Returns:
        the migration plan of the validation report
      • hasReports

        boolean hasReports()
        Returns:
        true if either instruction or variable reports exist, false otherwise
      • hasInstructionReports

        boolean hasInstructionReports()
        Returns:
        true if instructions reports exist, false otherwise
      • hasVariableReports

        boolean hasVariableReports()
        Returns:
        true if variable reports exist, false otherwise