Package io.quarkus.flyway.runtime.devui
Class FlywayJsonRpcService.FlywayActionResponse
java.lang.Object
io.quarkus.flyway.runtime.devui.FlywayJsonRpcService.FlywayActionResponse
- Enclosing class:
- FlywayJsonRpcService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlywayActionResponse(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) -
Method Summary
-
Field Details
-
type
-
message
-
number
public int number -
schema
-
database
-
warnings
-
-
Constructor Details
-
FlywayActionResponse
public FlywayActionResponse() -
FlywayActionResponse
-
FlywayActionResponse
-
FlywayActionResponse
-