| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.hub | |
| liquibase.hub.core |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Liquibase.getConnection(DatabaseChangeLog changeLog)
Create or retrieve the Connection object
|
| Modifier and Type | Class and Description |
|---|---|
class |
LiquibaseHubObjectNotFoundException |
class |
LiquibaseHubRedirectException |
class |
LiquibaseHubSecurityException |
class |
LiquibaseHubUserException |
| Modifier and Type | Method and Description |
|---|---|
Connection |
HubService.createConnection(Connection connection) |
Operation |
HubService.createOperation(String operationType,
HubChangeLog changeLog,
Connection connection) |
Connection |
HubService.getConnection(Connection exampleConnection,
boolean createIfNotExists) |
List<Connection> |
HubService.getConnections(Connection exampleConnection) |
HubChangeLog |
HubService.getHubChangeLog(UUID changeLogId) |
HubUser |
HubService.getMe() |
Organization |
HubService.getOrganization() |
Project |
HubService.getProject(UUID projectId) |
List<Project> |
HubService.getProjects() |
Operation |
HubUpdater.preUpdateHub(String operationType,
Database database,
Connection connection,
String changeLogFile,
Contexts contexts,
LabelExpression labelExpression,
ChangeLogIterator changeLogIterator)
This method performs a syncHub and returns a new Operation instance
If there is an error or the Hub is not available it returns null
|
void |
HubService.sendOperationChanges(OperationChange operationChange) |
void |
HubService.setRanChangeSets(Connection connectionId,
List<RanChangeSet> ranChangeSets) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
OnlineHubService.createConnection(Connection connection) |
Connection |
OfflineHubService.createConnection(Connection connection) |
Connection |
MockHubService.createConnection(Connection connection) |
Operation |
OnlineHubService.createOperation(String operationType,
HubChangeLog changeLog,
Connection connection) |
Operation |
OfflineHubService.createOperation(String operationType,
HubChangeLog changeLog,
Connection connection) |
Operation |
MockHubService.createOperation(String operationType,
HubChangeLog changeLog,
Connection connection) |
Connection |
OnlineHubService.getConnection(Connection exampleConnection,
boolean createIfNotExists) |
Connection |
OfflineHubService.getConnection(Connection exampleConnection,
boolean createIfNotExists) |
Connection |
MockHubService.getConnection(Connection exampleConnection,
boolean createIfNotExists) |
List<Connection> |
OnlineHubService.getConnections(Connection exampleConnection) |
List<Connection> |
OfflineHubService.getConnections(Connection exampleConnection) |
HubChangeLog |
OnlineHubService.getHubChangeLog(UUID changeLogId)
Query for a changelog ID.
|
HubChangeLog |
OfflineHubService.getHubChangeLog(UUID changeLogId) |
HubChangeLog |
MockHubService.getHubChangeLog(UUID changeLogId) |
HubUser |
OnlineHubService.getMe() |
HubUser |
OfflineHubService.getMe() |
HubUser |
MockHubService.getMe() |
Organization |
OnlineHubService.getOrganization() |
Organization |
OfflineHubService.getOrganization() |
Organization |
MockHubService.getOrganization() |
Project |
OnlineHubService.getProject(UUID projectId) |
Project |
OfflineHubService.getProject(UUID projectId) |
Project |
MockHubService.getProject(UUID projectId) |
List<Project> |
OnlineHubService.getProjects() |
List<Project> |
OfflineHubService.getProjects() |
List<Project> |
MockHubService.getProjects() |
void |
OnlineHubService.sendOperationChanges(OperationChange operationChange) |
void |
OfflineHubService.sendOperationChanges(OperationChange operationChange) |
void |
MockHubService.sendOperationChanges(OperationChange operationChange) |
void |
OnlineHubService.setRanChangeSets(Connection connection,
List<RanChangeSet> ranChangeSets) |
void |
OfflineHubService.setRanChangeSets(Connection connectionId,
List<RanChangeSet> ranChangeSets) |
void |
MockHubService.setRanChangeSets(Connection connectionId,
List<RanChangeSet> ranChangeSets) |
Copyright © 2020 Liquibase.org. All rights reserved.