| Package | Description |
|---|---|
| org.liquibase.maven.plugins |
| Modifier and Type | Field and Description |
|---|---|
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 |
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 |
LiquibaseRollbackOneChangeSetMojo.changeSetAuthor
Specifies the author of the changeSet you want to rollback.
|
protected String |
LiquibaseGenerateChangeLogMojo.changeSetAuthor
The author to be specified for Change Sets in the generated Change Log.
|
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 Change Sets in the generated Change Log, which can be "," separated if multiple contexts.
|
protected String |
LiquibaseRollbackOneChangeSetMojo.changeSetId
The change set ID to rollback
|
protected String |
LiquibaseRollbackOneChangeSetSQL.changeSetId
The change set 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 boolean |
AbstractLiquibaseMojo.clearCheckSums
A flag that forces checksums to be cleared from the DATABASECHANGELOG table.
|
protected String |
AbstractLiquibaseChangeLogMojo.contexts
Specifies which contexts Liquibase will execute, which can be separated by a commaif multiple contexts
are required.
|
protected String |
LiquibaseGenerateChangeLogMojo.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 |
AbstractLiquibaseMojo.defaultCatalogName
Specifies the default catalog 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 change sets 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 |
AbstractLiquibaseMojo.driver
Specifies the driver class name to use for the database connection.
|
protected boolean |
LiquibaseUpdate.dropFirst
Whether or not to perform a drop on the database before executing the change.
|
protected boolean |
AbstractLiquibaseMojo.emptyPassword
Deprecated.
Use an empty or null value for the password instead.
|
protected String |
LiquibaseRollbackOneChangeSetMojo.force
A required flag which indicates you intend to run rollbackOneChangeSet
|
protected String |
LiquibaseRollbackOneUpdateSQL.force
Required flag for RollbackOneChangeSet
|
protected String |
LiquibaseRollbackOneUpdateMojo.force
A required flag for rollbackOneUpdate.
|
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 |
LiquibaseSyncHubMojo.hubConnectionId
Specifies the Liquibase Hub Connection ID for Liquibase to use.
|
protected String |
LiquibaseDropAll.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 |
LiquibaseRegisterChangeLogMojo.hubProjectId
Specifies the Liquibase Hub Project ID for Liquibase to use.
|
protected String |
LiquibaseSyncHubMojo.hubProjectId
Specifies the Liquibase Hub API key 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 |
AbstractLiquibaseMojo.includeTestOutputDirectory
Includes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.
|
protected String |
AbstractLiquibaseChangeLogMojo.labels
Specifies which Liquibase labels Liquibase will execute, which can be separated by a commaif multiple labels
are required or you need to designate a more complex expression.
|
protected String |
AbstractLiquibaseMojo.liquibaseProLicenseKey
Specifies your Liquibase Pro license key.
|
protected String |
AbstractLiquibaseMojo.logging
Deprecated.
Logging managed by maven
|
protected File |
LiquibaseChangeLogSyncToTagSQLMojo.migrationSqlOutputFile
The file to output the Migration SQL script to, if it exists it will be
overwritten.
|
protected File |
LiquibaseRollbackSQL.migrationSqlOutputFile
The file to output the Rollback 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 |
LiquibaseDatabaseDiff.outputFile
Write the output of the diff to a file
|
protected String |
LiquibaseRollbackOneChangeSetSQL.outputFile
Specifies the path to the generated SQL output file.
|
protected String |
LiquibaseRollbackOneUpdateSQL.outputFile
Specifies the path to the generated SQL output file.
|
protected File |
LiquibaseFutureRollbackSQL.outputFile
The file to output the Rollback SQL script to, if it exists it will be
overwritten.
|
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 |
AbstractLiquibaseMojo.password
Specifies the database password for database connection.
|
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 |
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 |
LiquibaseDatabaseDiff.schemas
Schemas on target database to use in diff.
|
protected String |
LiquibaseDropAll.schemas
The schemas to be dropped.
|
protected boolean |
AbstractLiquibaseMojo.skip
Specifies whether to skip running Liquibase.
|
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 |
AbstractLiquibaseMojo.url
Specifies the database URL you want to use to execute Liquibase.
|
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.