public class FlywayInstallation extends hudson.tools.ToolInstallation implements hudson.slaves.NodeSpecific<FlywayInstallation>, hudson.model.EnvironmentSpecific<FlywayInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
FlywayInstallation.DescriptorImpl |
| Constructor and Description |
|---|
FlywayInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
FlywayInstallation |
forEnvironment(hudson.EnvVars environment) |
FlywayInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getExecutable(hudson.Launcher launcher) |
File |
getExecutableFile() |
String |
getHome() |
public FlywayInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<FlywayInstallation>public FlywayInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<FlywayInstallation>IOExceptionInterruptedExceptionpublic String getHome()
getHome in class hudson.tools.ToolInstallationpublic String getExecutable(hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic File getExecutableFile()
Copyright © 2016–2017. All rights reserved.