Package liquibase.analytics
Class Event
java.lang.Object
liquibase.analytics.Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildEvent(Event event) Add the child event only if analytics is enabled.voidvoidvoidvoidvoid
-
Constructor Details
-
Event
-
-
Method Details
-
incrementFormattedSqlChangelogCount
public void incrementFormattedSqlChangelogCount() -
incrementSqlChangelogCount
public void incrementSqlChangelogCount() -
incrementYamlChangelogCount
public void incrementYamlChangelogCount() -
incrementJsonChangelogCount
public void incrementJsonChangelogCount() -
incrementXmlChangelogCount
public void incrementXmlChangelogCount() -
getPropertiesAsMap
-
addChildEvent
Add the child event only if analytics is enabled. If unable to determine analytics enabled status no event will be added.- Parameters:
event- the event to add
-