Class V20230601104500_AddSourcesPageV2.MigrationCompleted

java.lang.Object
org.graylog2.migrations.V20230601104500_AddSourcesPageV2.MigrationCompleted
Enclosing class:
V20230601104500_AddSourcesPageV2

public abstract static class V20230601104500_AddSourcesPageV2.MigrationCompleted extends Object
  • Constructor Details

    • MigrationCompleted

      public MigrationCompleted()
  • Method Details

    • contentPackId

      public abstract String contentPackId()
    • installedContentPack

      public abstract boolean installedContentPack()
    • uninstalledPreviousRevision

      public abstract boolean uninstalledPreviousRevision()
    • create

      public static V20230601104500_AddSourcesPageV2.MigrationCompleted create(String contentPackId, boolean installedContentPack, boolean uninstalledPreviousRevision)