Package io.quarkus.flyway.runtime.devui
Class FlywayJsonRpcService.FlywayActionResponse
- java.lang.Object
-
- io.quarkus.flyway.runtime.devui.FlywayJsonRpcService.FlywayActionResponse
-
- Enclosing class:
- FlywayJsonRpcService
public static class FlywayJsonRpcService.FlywayActionResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description FlywayActionResponse()FlywayActionResponse(String type, String message)FlywayActionResponse(String type, String message, int number, String schema, String database)FlywayActionResponse(String type, String message, int number, String schema, String database, List<String> warnings)
-