Class FlywayInstaller
java.lang.Object
hudson.tools.ToolInstaller
hudson.tools.DownloadFromUrlInstaller
sp.sd.flywayrunner.installation.FlywayInstaller
- All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstaller>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from class DownloadFromUrlInstaller
DownloadFromUrlInstaller.DescriptorImpl<T>, DownloadFromUrlInstaller.Installable, DownloadFromUrlInstaller.InstallableList, DownloadFromUrlInstaller.NodeSpecificInstallableNested classes/interfaces inherited from class ToolInstaller
ToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerListNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class DownloadFromUrlInstaller
idFields inherited from class ToolInstaller
tool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperformInstallation(ToolInstallation tool, Node node, TaskListener log) voidsetDatabaseDriverUrl(String databaseDriverUrl) Methods inherited from class DownloadFromUrlInstaller
findPullUpDirectory, getInstallable, isUpToDateMethods inherited from class ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
FlywayInstaller
-
FlywayInstaller
-
-
Method Details
-
getDatabaseDriverUrl
-
setDatabaseDriverUrl
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws IOException, InterruptedException - Overrides:
performInstallationin classDownloadFromUrlInstaller- Throws:
IOExceptionInterruptedException
-