@ConfigurationProperties(prefix="endpoints.flyway") public class FlywayEndpoint extends AbstractEndpoint<List<FlywayEndpoint.FlywayReport>>
Endpoint to expose flyway info.| Modifier and Type | Class and Description |
|---|---|
static class |
FlywayEndpoint.FlywayMigration
Migration properties.
|
static class |
FlywayEndpoint.FlywayReport
Flyway report for one datasource.
|
| Constructor and Description |
|---|
FlywayEndpoint(org.flywaydb.core.Flyway flyway) |
FlywayEndpoint(Map<String,org.flywaydb.core.Flyway> flyways) |
| Modifier and Type | Method and Description |
|---|---|
List<FlywayEndpoint.FlywayReport> |
invoke()
Called to invoke the endpoint.
|
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitivepublic List<FlywayEndpoint.FlywayReport> invoke()
EndpointCopyright © 2017 Pivotal Software, Inc.. All rights reserved.