Class ResetMetaRepositoryCommand

java.lang.Object
com.linecorp.centraldogma.server.command.ResetMetaRepositoryCommand
All Implemented Interfaces:
Command<Void>

@Deprecated public final class ResetMetaRepositoryCommand extends Object
Deprecated.
This class will be removed after migrating the content in meta repository to dogma repository.
A Command which is used for resetting a meta repository.
  • Method Details

    • hashCode

      public int hashCode()
      Deprecated.
    • equals

      public boolean equals(Object obj)
      Deprecated.
    • projectName

      public final String projectName()
    • executionPath

      public String executionPath()
      Description copied from interface: Command
      Returns the target that the command is supposed to affect, i.e. the project name for the commands affecting to the project, or the project and repository names for the commands affecting to the repository.
    • type

      public final CommandType type()
      Description copied from interface: Command
      Returns the CommandType of the command.
      Specified by:
      type in interface Command<T>
    • timestamp

      public final long timestamp()
      Description copied from interface: Command
      Returns the time when performing the command, in milliseconds.
      Specified by:
      timestamp in interface Command<T>
    • author

      public final Author author()
      Description copied from interface: Command
      Returns the author who initiated the command.
      Specified by:
      author in interface Command<T>
    • toString

      public final String toString()
      Overrides:
      toString in class Object