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