Uses of Enum Class
org.graylog2.migrations.MigrationType
Packages that use MigrationType
-
Uses of MigrationType in org.graylog2.bootstrap
Methods in org.graylog2.bootstrap with parameters of type MigrationTypeModifier and TypeMethodDescriptionvoidServerBootstrap.runMigrations(com.google.inject.Injector injector, MigrationType migrationType) -
Uses of MigrationType in org.graylog2.migrations
Methods in org.graylog2.migrations that return MigrationTypeModifier and TypeMethodDescriptionMigration.migrationType()V20230929142900_CreateInitialPreflightPassword.migrationType()V202406260800_MigrateCertificateAuthority.migrationType()static MigrationTypeReturns the enum constant of this class with the specified name.static MigrationType[]MigrationType.values()Returns an array containing the constants of this enum class, in the order they are declared.