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
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, HubChangeLog changeLog, Connection connection) throws LiquibaseHubException
LiquibaseHubExceptionOperationEvent sendOperationEvent(Operation operation, OperationEvent operationEvent) throws LiquibaseException
LiquibaseExceptionString shortenLink(String url) throws LiquibaseException
url - The link to shortenLiquibaseHubException - If shortening failsLiquibaseExceptionvoid sendOperationChangeEvent(OperationChangeEvent operationChangeEvent) throws LiquibaseException
LiquibaseExceptionvoid sendOperationChanges(OperationChange operationChange) throws LiquibaseHubException
LiquibaseHubExceptionCopyright © 2021 Liquibase.org. All rights reserved.