Class FlowableLiquibaseHubService

java.lang.Object
liquibase.hub.core.MockHubService
org.flowable.common.engine.impl.db.FlowableLiquibaseHubService
All Implemented Interfaces:
liquibase.hub.HubService, liquibase.plugin.Plugin, liquibase.servicelocator.PrioritizedService

public class FlowableLiquibaseHubService extends liquibase.hub.core.MockHubService
This is a special implementation of the Liquibase HubService which is automatically disabled.
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class liquibase.hub.core.MockHubService

    alreadyRegisteredUUID, apiKey, deletedUUID, failUUID, lastCreatedChangelog, notFoundChangeLogUUID, numberOfProjectsInList, online, operationCreateDate, organizationId, randomUUID, returnChangeLogs, returnConnections, returnProjects, sentObjects

    Fields inherited from interface liquibase.plugin.Plugin

    PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED

    Fields inherited from interface liquibase.servicelocator.PrioritizedService

    COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class liquibase.hub.core.MockHubService

    createChangeLog, createConnection, createOperation, createOperationInOrganization, createProject, deactivateChangeLog, findProjectByConnectionIdOrJdbcUrl, getConnection, getConnections, getHubChangeLog, getHubChangeLog, getMe, getOrganization, getPriority, getProject, getProjects, isOnline, register, reset, sendOperationChangeEvent, sendOperationChanges, sendOperationEvent, sendOperationEvent, setRanChangeSets, shortenLink, validateOnboardingToken

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlowableLiquibaseHubService

      public FlowableLiquibaseHubService()