Class FlywayJsonRpcService.FlywayDatasource

java.lang.Object
io.quarkus.flyway.runtime.devui.FlywayJsonRpcService.FlywayDatasource
Enclosing class:
FlywayJsonRpcService

public static class FlywayJsonRpcService.FlywayDatasource extends Object
  • Field Details

    • name

      public String name
    • hasMigrations

      public boolean hasMigrations
    • createPossible

      public boolean createPossible
  • Constructor Details

    • FlywayDatasource

      public FlywayDatasource()
    • FlywayDatasource

      public FlywayDatasource(String name, boolean hasMigrations, boolean createPossible)