public class UpdateBuilder extends AbstractLiquibaseBuilder
Modifier and Type | Class and Description |
---|---|
static class |
UpdateBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static UpdateBuilder.DescriptorImpl |
DESCRIPTOR |
changeLogFile, contexts, installationName, labels, liquibasePropertiesPath, password, url, username
BUILDERS, PUBLISHERS
Constructor and Description |
---|
UpdateBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCommandAndArguments(ArgumentListBuilder cliCommand,
Properties configProperties,
Run<?,?> build,
EnvVars environment,
TaskListener listener) |
Descriptor<Builder> |
getDescriptor() |
addArgument, addArgument, addGlobalArguments, clearLegacyCredentials, getChangeLogFile, getChangeLogParameters, getContexts, getCredentialsId, getInstallation, getInstallationName, getLabels, getLiquibasePropertiesPath, getPassword, getProperty, getResourceDirectories, getUrl, getUsername, hasLegacyCredentials, perform, readResolve, setChangeLogFile, setChangeLogParameters, setContexts, setCredentialsId, setInstallationName, setLabels, setLiquibasePropertiesPath, setPassword, setResourceDirectories, setUrl, setUsername
all, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
perform
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@Extension public static final UpdateBuilder.DescriptorImpl DESCRIPTOR
protected void addCommandAndArguments(ArgumentListBuilder cliCommand, Properties configProperties, Run<?,?> build, EnvVars environment, TaskListener listener)
addCommandAndArguments
in class AbstractLiquibaseBuilder
public Descriptor<Builder> getDescriptor()
getDescriptor
in interface Describable<Builder>
getDescriptor
in class AbstractLiquibaseBuilder
Copyright © 2016–2020. All rights reserved.