public interface HubService extends Plugin, PrioritizedService
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZEDCOMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULTgetPriorityboolean isOnline()
HubUser getMe() throws LiquibaseHubException
LiquibaseHubExceptionOrganization getOrganization() throws LiquibaseHubException
LiquibaseHubExceptionProject getProject(UUID projectId) throws LiquibaseHubException
LiquibaseHubExceptionProject findProjectByConnectionIdOrJdbcUrl(UUID connectionId, String jdbcUrl) throws LiquibaseHubException
LiquibaseHubExceptionList<Project> getProjects() throws LiquibaseHubException
LiquibaseHubExceptionProject createProject(Project project) throws LiquibaseException
LiquibaseExceptionvoid setRanChangeSets(Connection connectionId, List<RanChangeSet> ranChangeSets) throws LiquibaseHubException
LiquibaseHubExceptionHubChangeLog deactivateChangeLog(HubChangeLog hubChangeLog) throws LiquibaseHubException
LiquibaseHubExceptionConnection getConnection(Connection exampleConnection, boolean createIfNotExists) throws LiquibaseHubException
LiquibaseHubExceptionList<Connection> getConnections(Connection exampleConnection) throws LiquibaseHubException
LiquibaseHubExceptionHubRegisterResponse register(String email) throws LiquibaseException
LiquibaseExceptionConnection createConnection(Connection connection) throws LiquibaseHubException
LiquibaseHubExceptionHubChangeLog createChangeLog(HubChangeLog hubChangeLog) throws LiquibaseException
LiquibaseExceptionHubChangeLog getHubChangeLog(UUID changeLogId) throws LiquibaseHubException
LiquibaseHubExceptionHubChangeLog getHubChangeLog(UUID changeLogId, String includeStatus) throws LiquibaseHubException
LiquibaseHubExceptionOperation createOperation(String operationType, String operationCommand, HubChangeLog changeLog, Connection connection) throws LiquibaseHubException
LiquibaseHubExceptionOperation createOperationInOrganization(String operationType, String operationCommand, UUID organizationId) throws LiquibaseHubException
LiquibaseHubExceptionOperationEvent sendOperationEvent(Operation operation, OperationEvent operationEvent) throws LiquibaseException
LiquibaseExceptionString shortenLink(String url) throws LiquibaseException
url - The link to shortenLiquibaseHubException - If shortening failsLiquibaseExceptionOperationEvent sendOperationEvent(Operation operation, OperationEvent operationEvent, UUID organizationId) throws LiquibaseException
LiquibaseExceptionvoid sendOperationChangeEvent(OperationChangeEvent operationChangeEvent) throws LiquibaseException
LiquibaseExceptionvoid sendOperationChanges(OperationChange operationChange) throws LiquibaseHubException
LiquibaseHubExceptionCoreInitOnboardingResponse validateOnboardingToken(String token) throws LiquibaseHubException
LiquibaseHubExceptionCopyright © 2023 Liquibase.org. All rights reserved.