Package google.registry.tools
Class GetDatabaseMigrationStateCommand
- java.lang.Object
-
- google.registry.tools.GetDatabaseMigrationStateCommand
-
- All Implemented Interfaces:
Command
,CommandWithRemoteApi
public class GetDatabaseMigrationStateCommand extends java.lang.Object implements CommandWithRemoteApi
A command to check the current Registry 3.0 migration state of the database.
-
-
Constructor Summary
Constructors Constructor Description GetDatabaseMigrationStateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Performs the command.
-