public class FlywayBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
FlywayBuilder.StepDescriptor |
| Modifier and Type | Field and Description |
|---|---|
static FlywayBuilder.StepDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
FlywayBuilder(String commandLineArgs,
String flywayCommand,
String locations,
String liquibaseCommand,
String installationName,
String username,
hudson.util.Secret password,
String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLineArgs() |
hudson.model.Descriptor<hudson.tasks.Builder> |
getDescriptor() |
String |
getFlywayCommand() |
FlywayInstallation |
getInstallation() |
String |
getInstallationName() |
String |
getLocations() |
hudson.util.Secret |
getPassword() |
String |
getUrl() |
String |
getUsername() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@Extension public static final FlywayBuilder.StepDescriptor DESCRIPTOR
public FlywayInstallation getInstallation()
public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic String getCommandLineArgs()
public String getFlywayCommand()
public String getInstallationName()
public String getUsername()
public hudson.util.Secret getPassword()
public String getLocations()
public String getUrl()
Copyright © 2016. All rights reserved.