Uses of Class
migratedb.v1.core.api.output.ValidateOutput
-
Packages that use ValidateOutput Package Description migratedb.v1.core.api.output migratedb.v1.core.internal.info Private API. -
-
Uses of ValidateOutput in migratedb.v1.core.api.output
Fields in migratedb.v1.core.api.output with type parameters of type ValidateOutput Modifier and Type Field Description List<ValidateOutput>ValidateResult. invalidMigrationsMethods in migratedb.v1.core.api.output that return ValidateOutput Modifier and Type Method Description static ValidateOutputCommandResultFactory. createValidateOutput(MigrationInfo migrationInfo, ErrorDetails validateError)Method parameters in migratedb.v1.core.api.output with type arguments of type ValidateOutput Modifier and Type Method Description static ValidateResultCommandResultFactory. createValidateResult(String databaseName, ErrorDetails errorDetails, int validationCount, List<ValidateOutput> invalidMigrations, List<String> warnings)Constructor parameters in migratedb.v1.core.api.output with type arguments of type ValidateOutput Constructor Description ValidateResult(String migratedbVersion, String database, ErrorDetails errorDetails, boolean validationSuccessful, int validateCount, List<ValidateOutput> invalidMigrations, List<String> warnings) -
Uses of ValidateOutput in migratedb.v1.core.internal.info
Methods in migratedb.v1.core.internal.info that return types with arguments of type ValidateOutput Modifier and Type Method Description List<ValidateOutput>MigrationInfoServiceImpl. validate()
-