public abstract class AbstractLiquibaseFlowMojo extends AbstractLiquibaseMojo
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
flowCommandArguments
Arbitrary map of parameters that the underlying liquibase command will use.
|
protected String |
flowFile
Specifies the flowFile to use.
|
protected File |
outputFile |
changeExecListenerClass, changeExecListenerPropertiesFile, changelogCatalogName, changelogSchemaName, clearCheckSums, commandName, databaseChangeLogLockTableName, databaseChangeLogTableName, databaseClass, defaultCatalogName, defaultChangeExecListener, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, logging, outputDefaultCatalog, outputDefaultSchema, outputFileEncoding, password, preserveSchemaCase, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, propertyProviderClass, psqlArgs, psqlKeepTemp, psqlKeepTempName, psqlKeepTempPath, psqlLogFile, psqlPath, psqlTimeout, searchPath, showBanner, skip, sqlcmdArgs, sqlcmdCatalogName, sqlcmdKeepTemp, sqlcmdKeepTempName, sqlcmdKeepTempOverwrite, sqlcmdKeepTempPath, sqlcmdLogFile, sqlcmdPath, sqlcmdTimeout, sqlPlusArgs, sqlPlusKeepTemp, sqlPlusKeepTempName, sqlPlusKeepTempOverwrite, sqlPlusKeepTempPath, sqlPlusLogFile, sqlPlusPath, sqlPlusTimeout, systemProperties, url, username, verbose, wagonManager| Constructor and Description |
|---|
AbstractLiquibaseFlowMojo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
databaseConnectionRequired()
Optionally, an implementation of this mojo can override this to indicate that a connection to the database
is not required.
|
abstract String[] |
getCommandName() |
protected void |
performLiquibaseTask(Liquibase liquibase) |
checkRequiredParametersAreSpecified, cleanup, configureChangeLogProperties, configureFieldsAndValues, createLiquibase, execute, getClassLoaderIncludingProjectClasspath, getField, getLicenseKey, getLiquibase, getMavenArtifactClassLoader, getOutputWriter, getResourceAccessor, isPromptOnNonLocalDatabase, parsePropertiesFile, printSettings, setupBindInfoPackage@PropertyElement protected String flowFile
@PropertyElement protected File outputFile
@PropertyElement protected Map<String,Object> flowCommandArguments
public boolean databaseConnectionRequired()
AbstractLiquibaseMojodatabaseConnectionRequired in class AbstractLiquibaseMojoprotected void performLiquibaseTask(Liquibase liquibase) throws LiquibaseException
performLiquibaseTask in class AbstractLiquibaseMojoLiquibaseExceptionpublic abstract String[] getCommandName()
Copyright © 2023 Liquibase.org. All rights reserved.