Class BaselineVerbExtension

java.lang.Object
org.flywaydb.core.extensibility.CachingVerbExtension
org.flywaydb.verb.baseline.BaselineVerbExtension
All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>, org.flywaydb.core.extensibility.Plugin, org.flywaydb.core.extensibility.VerbExtension

public class BaselineVerbExtension extends org.flywaydb.core.extensibility.CachingVerbExtension
  • Field Summary

    Fields inherited from class org.flywaydb.core.extensibility.CachingVerbExtension

    cached
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    executeVerb(org.flywaydb.core.api.configuration.Configuration configuration)
     
    boolean
     

    Methods inherited from class org.flywaydb.core.extensibility.CachingVerbExtension

    useCaching

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flywaydb.core.extensibility.Plugin

    compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
  • Constructor Details

    • BaselineVerbExtension

      public BaselineVerbExtension()
  • Method Details

    • handlesVerb

      public boolean handlesVerb(String verb)
    • executeVerb

      public Object executeVerb(org.flywaydb.core.api.configuration.Configuration configuration)