public class LiquibaseRegisterChangeLogMojo extends AbstractLiquibaseChangeLogMojo
Registers a change log with Hub.
| Modifier and Type | Field and Description | 
|---|---|
| protected String | hubProjectIdSpecifies the Liquibase Hub Project ID for Liquibase to use. | 
| protected String | hubProjectNameSpecifies the Liquibase Hub Project for Liquibase to create and use. | 
changeLogDirectory, changeLogFile, contexts, duplicateFileMode, hubApiKey, hubMode, hubUrl, labelFilter, labelschangeExecListenerClass, 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 | 
|---|
| LiquibaseRegisterChangeLogMojo() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkRequiredParametersAreSpecified()Performs some validation after the properties file has been loaded checking that all
 properties required have been specified. | 
| protected ResourceAccessor | getResourceAccessor(ClassLoader cl)Override this method in order to create a ResourceAccessor which only
 looks for files in root and src/main/resources paths | 
| protected void | performLiquibaseTask(Liquibase liquibase)Performs the actual Liquibase task on the database using the fully configured  Liquibase. | 
createLiquibase, getLabelFilter, printSettingscleanup, configureChangeLogProperties, configureFieldsAndValues, databaseConnectionRequired, execute, getClassLoaderIncludingProjectClasspath, getField, getLicenseKey, getLiquibase, getMavenArtifactClassLoader, getOutputWriter, isPromptOnNonLocalDatabase, parsePropertiesFile, setupBindInfoPackage@PropertyElement protected String hubProjectId
@PropertyElement protected String hubProjectName
protected void checkRequiredParametersAreSpecified()
                                            throws org.apache.maven.plugin.MojoFailureException
AbstractLiquibaseMojocheckRequiredParametersAreSpecified in class AbstractLiquibaseChangeLogMojoorg.apache.maven.plugin.MojoFailureException - If any property that is required has not been
                              specified.protected void performLiquibaseTask(Liquibase liquibase) throws LiquibaseException
AbstractLiquibaseChangeLogMojoLiquibase.performLiquibaseTask in class AbstractLiquibaseChangeLogMojoliquibase - The Liquibase that has been fully
                  configured to run the desired database task.LiquibaseExceptionprotected ResourceAccessor getResourceAccessor(ClassLoader cl) throws IOException
getResourceAccessor in class AbstractLiquibaseChangeLogMojocl - IOExceptionCopyright © 2023 Liquibase.org. All rights reserved.