Class FlywayInstallation

All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstallation>, EnvironmentSpecific<FlywayInstallation>, NodeSpecific<FlywayInstallation>, Serializable

public class FlywayInstallation extends ToolInstallation implements NodeSpecific<FlywayInstallation>, EnvironmentSpecific<FlywayInstallation>
Flyway installation. The "flywayHome" may either be the full path to the executable, or the directory in which the executable resides. This dual meaning allows backwards compatibility with previous versions of the plugin.
See Also: