| Package | Description |
|---|---|
| org.liquibase.maven.plugins |
| Modifier and Type | Field and Description |
|---|---|
protected String |
LiquibaseChecksRunMojo.autoUpdate
Allows automatic backup and updating of liquibase.checks.conf file when new quality checks are available.
|
protected String |
AbstractLiquibaseMojo.changelogCatalogName
Specifies the schema Liquibase will use to create your changelog tables.
|
protected String |
AbstractLiquibaseChangeLogMojo.changeLogDirectory
Specifies the directory where Liquibase can find your changelog file.
|
protected String |
LiquibaseChecksRunMojo.changeLogFile
Specifies the changelog file for Liquibase Quality Checks to use.
|
protected String |
AbstractLiquibaseChangeLogMojo.changeLogFile
Specifies the changelog file for Liquibase to use.
|
protected String |
AbstractLiquibaseMojo.changelogSchemaName
Specifies the schema Liquibase will use to create your changelog table.
|
protected String |
LiquibaseGenerateChangeLogMojo.changeSetAuthor
The author to be specified for Changesets in the generated Change Log.
|
protected String |
LiquibaseRollbackOneChangeSetMojo.changeSetAuthor
Specifies the author of the changeSet you want to rollback.
|
protected String |
LiquibaseRollbackOneChangeSetSQL.changeSetAuthor
Specifies the author of the changeSet you want to rollback.
|
protected String |
LiquibaseGenerateChangeLogMojo.changeSetContext
The execution context to be used for Changesets in the generated Change Log, which can be "," separated if multiple contexts.
|
protected String |
LiquibaseRollbackOneChangeSetMojo.changeSetId
The changeset ID to rollback
|
protected String |
LiquibaseRollbackOneChangeSetSQL.changeSetId
The changeset ID to rollback
|
protected String |
LiquibaseRollbackOneChangeSetMojo.changeSetPath
Specifies the path to the changelog which contains the change-set you want to rollback.
|
protected String |
LiquibaseRollbackOneChangeSetSQL.changeSetPath
Specifies the path to the changelog which contains the change-set you want to rollback.
|
protected int |
AbstractLiquibaseUpdateMojo.changesToApply
The number of changes to apply to the database.
|
protected String |
LiquibaseChecksRunMojo.checkName
Comma-separated list of one or more enabled checks to run.
|
protected String |
LiquibaseChecksRunMojo.checksScope
The Liquibase component to run checks against, which can be a comma separated list
|
protected String |
AbstractLiquibaseChecksMojo.checksSettingsFile
Specifies the checksSettingsFile file for Liquibase Quality Checks to use.
|
protected boolean |
AbstractLiquibaseMojo.clearCheckSums
A flag that forces checksums to be cleared from the DATABASECHANGELOG table.
|
protected String |
LiquibaseGenerateChangeLogMojo.contexts
are required.
|
protected String |
AbstractLiquibaseChangeLogMojo.contexts
Specifies which contexts Liquibase will execute, which can be separated by a commaif multiple contexts
are required.
|
protected String |
AbstractLiquibaseMojo.databaseChangeLogLockTableName
Specifies the table name to use for the DATABASECHANGELOGLOCK table.
|
protected String |
AbstractLiquibaseMojo.databaseChangeLogTableName
Specifies the table name to use for the DATABASECHANGELOG table.
|
protected String |
AbstractLiquibaseMojo.databaseClass
Specifies the database object class.
|
protected String |
LiquibaseGenerateChangeLogMojo.dataDir
Directory where insert statement csv files will be kept.
|
protected String |
LiquibaseChecksRunMojo.defaultCatalogName
The default catalog name to use for the database connection
|
protected String |
AbstractLiquibaseMojo.defaultCatalogName
Specifies the default catalog name to use for the database connection.
|
protected String |
LiquibaseChecksRunMojo.defaultSchemaName
The default schema name to use for the database connection
|
protected String |
AbstractLiquibaseMojo.defaultSchemaName
Specifies the default schema name to use for the database connection.
|
protected String |
LiquibaseRollbackOneUpdateSQL.deploymentId
Specifies the Deployment ID in the DATABASECHANGELOG table for all changesets you
want to rollback.
|
protected String |
LiquibaseRollbackOneUpdateMojo.deploymentId
Specifies the update your want to rollback.
|
protected String |
LiquibaseDatabaseDiff.diffChangeLogFile
If this parameter is set, the changelog needed to "fix" differences between the two databases is output.
|
protected String |
LiquibaseGenerateChangeLogMojo.diffExcludeObjects
Objects to be excluded from the changelog.
|
protected String |
LiquibaseDatabaseDiff.diffExcludeObjects
Objects to be excluded from the changelog.
|
protected boolean |
LiquibaseDatabaseDiff.diffIncludeCatalog
Include the catalog in the diff output? If this is null then the catalog will not be included
|
protected String |
LiquibaseGenerateChangeLogMojo.diffIncludeObjects
Objects to be included in the changelog.
|
protected String |
LiquibaseDatabaseDiff.diffIncludeObjects
Objects to be included in the changelog.
|
protected boolean |
LiquibaseDatabaseDiff.diffIncludeSchema
Include the schema in the diff output? If this is null then the schema will not be included
|
protected boolean |
LiquibaseDatabaseDiff.diffIncludeTablespace
Include the tablespace in the diff output? If this is null then the tablespace will not be included
|
protected String |
LiquibaseGenerateChangeLogMojo.diffTypes
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
|
protected String |
LiquibaseDatabaseDiff.diffTypes
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
|
protected String |
LiquibaseChecksRunMojo.driver
The JDBC driver class
|
protected String |
AbstractLiquibaseMojo.driver
Specifies the driver class name to use for the database connection.
|
protected String |
LiquibaseChecksRunMojo.driverPropertiesFile
The JDBC driver properties file
|
protected boolean |
LiquibaseUpdate.dropFirst
Whether or not to perform a drop on the database before executing the change.
|
protected String |
AbstractLiquibaseChangeLogMojo.duplicateFileMode
How to handle multiple files being found in the search path that have duplicate paths.
|
protected boolean |
AbstractLiquibaseMojo.emptyPassword
Deprecated.
Use an empty or null value for the password instead.
|
protected Map<String,Object> |
AbstractLiquibaseFlowMojo.flowCommandArguments
Arbitrary map of parameters that the underlying liquibase command will use.
|
protected String |
AbstractLiquibaseFlowMojo.flowFile
Specifies the flowFile to use.
|
protected String |
LiquibaseRollbackOneUpdateSQL.force
Required flag for RollbackOneChangeSet
|
protected String |
LiquibaseRollbackOneChangeSetMojo.force
A required flag which indicates you intend to run rollbackOneChangeSet
|
protected String |
LiquibaseRollbackOneUpdateMojo.force
A required flag for rollbackOneUpdate.
|
protected String |
LiquibaseChecksRunMojo.format
Specifies the format file for Liquibase Quality Checks to use.
|
protected String |
LiquibaseDatabaseDiff.format
The format in which to display the diff output
TXT or JSON
|
protected String |
AbstractLiquibaseChangeLogMojo.hubApiKey
Specifies the Liquibase Hub API key for Liquibase to use.
|
protected String |
LiquibaseDropAll.hubConnectionId
Specifies the Liquibase Hub Connection ID for Liquibase to use.
|
protected String |
LiquibaseSyncHubMojo.hubConnectionId
Specifies the Liquibase Hub Connection ID for Liquibase to use.
|
protected String |
AbstractLiquibaseChangeLogMojo.hubMode
Specifies the Liquibase Hub URL for Liquibase to use.
|
protected String |
LiquibaseSyncHubMojo.hubProjectId
Specifies the Liquibase Hub API key for Liquibase to use.
|
protected String |
LiquibaseRegisterChangeLogMojo.hubProjectId
Specifies the Liquibase Hub Project ID for Liquibase to use.
|
protected String |
LiquibaseRegisterChangeLogMojo.hubProjectName
Specifies the Liquibase Hub Project for Liquibase to create and use.
|
protected String |
AbstractLiquibaseChangeLogMojo.hubUrl
Specifies the Liquibase Hub URL for Liquibase to use.
|
protected boolean |
AbstractLiquibaseMojo.includeArtifact
Includes a Maven project artifact in the class loader which obtains the liquibase.properties and changelog files.
|
protected Boolean |
LiquibaseGenerateChangeLogMojo.includeSchema
Flag to Indicate liquibase whether or not to include schema name on changelog
|
protected boolean |
AbstractLiquibaseMojo.includeTestOutputDirectory
Includes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.
|
protected String |
AbstractLiquibaseChangeLogMojo.labelFilter
Specifies which Liquibase labels Liquibase will execute, which can be separated by a comma if multiple labels
are required or you need to designate a more complex expression.
|
protected String |
AbstractLiquibaseChangeLogMojo.labels
Deprecated.
|
protected String |
AbstractLiquibaseMojo.logging
Deprecated.
Logging managed by maven
|
protected File |
LiquibaseRollbackSQL.migrationSqlOutputFile
The file to output the Rollback SQL script to, if it exists it will be
overwritten.
|
protected File |
LiquibaseChangeLogSyncToTagSQLMojo.migrationSqlOutputFile
The file to output the Migration SQL script to, if it exists it will be
overwritten.
|
protected File |
LiquibaseChangeLogSyncSQLMojo.migrationSqlOutputFile
The file to output the Migration SQL script to, if it exists it will be
overwritten.
|
protected File |
LiquibaseUpdateSQL.migrationSqlOutputFile
The file to output the Migration SQL script to, if it exists it will be
overwritten.
|
protected String |
LiquibaseGenerateChangeLogMojo.outputChangeLogFile
The target change log file to output to.
|
protected boolean |
AbstractLiquibaseMojo.outputDefaultCatalog
Specifies whether to ignore the catalog/database name.
|
protected boolean |
AbstractLiquibaseMojo.outputDefaultSchema
Specifies whether to ignore the schema name.
|
protected String |
LiquibaseRollbackOneUpdateSQL.outputFile
Specifies the path to the generated SQL output file.
|
protected File |
LiquibaseChecksRunMojo.outputFile |
protected String |
LiquibaseRollbackOneChangeSetSQL.outputFile
Specifies the path to the generated SQL output file.
|
protected File |
AbstractLiquibaseFlowMojo.outputFile |
protected File |
LiquibaseFutureRollbackSQL.outputFile
The file to output the Rollback SQL script to, if it exists it will be
overwritten.
|
protected String |
LiquibaseDatabaseDiff.outputFile
Write the output of the diff to a file
|
protected String |
AbstractLiquibaseMojo.outputFileEncoding
A flag which indicates you want to set the character encoding of the output file during the updateSQL phase.
|
protected String |
LiquibaseDatabaseDiff.outputSchemas
Output schemas names.
|
protected String |
LiquibaseChecksRunMojo.password
Password to use to connect to the database
|
protected String |
AbstractLiquibaseMojo.password
Specifies the database password for database connection.
|
protected Boolean |
AbstractLiquibaseMojo.preserveSchemaCase
Specifies whether to preserve the case of schemas and catalogs
|
protected boolean |
AbstractLiquibaseMojo.promptOnNonLocalDatabase
Deprecated.
No longer prompts
|
protected String |
AbstractLiquibaseMojo.propertyFile
Specifies the liquibase.properties you want to use to configure Liquibase.
|
protected boolean |
AbstractLiquibaseMojo.propertyFileWillOverride
A flag which indicates you want the liquibase.properties file to override any settings provided in the Maven plugin configuration.
|
protected String |
AbstractLiquibaseMojo.propertyProviderClass
Specifies the property provider which must be a java.util.Properties implementation.
|
protected String |
AbstractLiquibaseMojo.psqlArgs
Specifies additional psql args.
|
protected String |
AbstractLiquibaseMojo.psqlExecutorName
Specifies psql executor name.
|
protected Boolean |
AbstractLiquibaseMojo.psqlKeepTemp
Specifies whether to keep generated psql files.
|
protected String |
AbstractLiquibaseMojo.psqlKeepTempName
Specifies the name of generated psql files.
|
protected String |
AbstractLiquibaseMojo.psqlKeepTempPath
Specifies where to keep generated psql files.
|
protected String |
AbstractLiquibaseMojo.psqlLogFile
Specifies where to output psql logs.
|
protected String |
AbstractLiquibaseMojo.psqlPath
Specifies your psql path.
|
protected Integer |
AbstractLiquibaseMojo.psqlTimeout
Specifies psql timeout.
|
protected String |
LiquibaseDatabaseDiff.referenceDefaultCatalogName
The reference database catalog.
|
protected String |
LiquibaseDatabaseDiff.referenceDefaultSchemaName
The reference database schema.
|
protected String |
LiquibaseDatabaseDiff.referenceDriver
The fully qualified name of the driver class to use to connect to the reference database.
|
protected String |
LiquibaseDatabaseDiff.referencePassword
The reference database password to use to connect to the specified database.
|
protected String |
LiquibaseDatabaseDiff.referenceSchemas
Schemas names on reference database to use in diff.
|
protected String |
LiquibaseDatabaseDiff.referenceServer
The server id in settings.xml to use when authenticating with.
|
protected String |
LiquibaseDatabaseDiff.referenceUrl
The reference database URL to connect to for executing Liquibase.
|
protected String |
LiquibaseDatabaseDiff.referenceUsername
The reference database username to use to connect to the specified database.
|
protected String |
LiquibaseRollbackOneChangeSetMojo.rollbackScript
Specifies the path to a rollback script
|
protected String |
LiquibaseRollbackOneChangeSetSQL.rollbackScript
Specifies the path to a rollback script
|
protected String |
LiquibaseGenerateChangeLogMojo.schemas
Specifies the a list of schemas to indicate liquibase where to apply change objects or where to read current state from
|
protected String |
LiquibaseChecksRunMojo.schemas
The schemas to snapshot
|
protected String |
LiquibaseDropAll.schemas
The schemas to be dropped.
|
protected String |
LiquibaseDatabaseDiff.schemas
Schemas on target database to use in diff.
|
protected String |
AbstractLiquibaseMojo.searchPath
Specifies the locations where Liquibase can find your changelog files.
|
protected boolean |
AbstractLiquibaseMojo.showBanner
Show the liquibase banner in output.
|
protected boolean |
AbstractLiquibaseMojo.skip
Specifies whether to skip running Liquibase.
|
protected String |
AbstractLiquibaseMojo.sqlcmdArgs
Specifies additional sqlcmd args.
|
protected String |
AbstractLiquibaseMojo.sqlcmdCatalogName
Specifies sqlcmd catalog name.
|
protected String |
AbstractLiquibaseMojo.sqlcmdExecutorName
Specifies sqlcmd executor name.
|
protected Boolean |
AbstractLiquibaseMojo.sqlcmdKeepTemp
Specifies whether to keep generated sqlcmd files.
|
protected String |
AbstractLiquibaseMojo.sqlcmdKeepTempName
Specifies the name of generated sqlcmd files.
|
protected Boolean |
AbstractLiquibaseMojo.sqlcmdKeepTempOverwrite
Specifies whether to overwrite generated sqlcmd files.
|
protected String |
AbstractLiquibaseMojo.sqlcmdKeepTempPath
Specifies where to keep generated sqlcmd files.
|
protected String |
AbstractLiquibaseMojo.sqlcmdLogFile
Specifies where to output sqlcmd logs.
|
protected String |
AbstractLiquibaseMojo.sqlcmdPath
Specifies your sqlcmd path.
|
protected Integer |
AbstractLiquibaseMojo.sqlcmdTimeout
Specifies sqlcmd timeout.
|
protected String |
AbstractLiquibaseMojo.sqlPlusArgs
Specifies additional sqlplus args.
|
protected String |
AbstractLiquibaseMojo.sqlPlusExecutorName
Specifies sqlPlus executor name.
|
protected Boolean |
AbstractLiquibaseMojo.sqlPlusKeepTemp
Specifies whether to keep generated sqlplus files.
|
protected String |
AbstractLiquibaseMojo.sqlPlusKeepTempName
Specifies the name of generated sqlplus files.
|
protected Boolean |
AbstractLiquibaseMojo.sqlPlusKeepTempOverwrite
Specifies whether to overwrite generated sqlplus files.
|
protected String |
AbstractLiquibaseMojo.sqlPlusKeepTempPath
Specifies where to keep generated sqlplus files.
|
protected String |
AbstractLiquibaseMojo.sqlPlusLogFile
Specifies where to output sqlplus logs.
|
protected String |
AbstractLiquibaseMojo.sqlPlusPath
Specifies your sqlplus path.
|
protected Integer |
AbstractLiquibaseMojo.sqlPlusTimeout
Specifies sqlplus timeout.
|
protected Properties |
AbstractLiquibaseMojo.systemProperties
Specifies a list of system properties you want to to pass to the database.
|
protected String |
LiquibaseChangeLogSyncToTagSQLMojo.toTag
Update to the changeSet with the given tag command.
|
protected String |
LiquibaseChangeLogSyncToTagMojo.toTag
Update to the changeSet with the given tag command.
|
protected String |
LiquibaseChangeLogSyncSQLMojo.toTag
Update to the changeSet with the given tag command.
|
protected String |
LiquibaseChecksRunMojo.url
The JDBC database connection URL.
|
protected String |
AbstractLiquibaseMojo.url
Specifies the database URL you want to use to execute Liquibase.
|
protected String |
LiquibaseChecksRunMojo.username
Username to use to connect to the database
|
protected String |
AbstractLiquibaseMojo.username
Specifies the database username for database connection.
|
protected boolean |
AbstractLiquibaseMojo.verbose
Controls the amount of output detail when you call the plugin.
|
Copyright © 2022 Liquibase.org. All rights reserved.