Class UnremoveRepositoryCommand
java.lang.Object
com.linecorp.centraldogma.server.command.UnremoveRepositoryCommand
A
Command
which is used for restoring a repository that was removed before.-
Method Summary
Modifier and TypeMethodDescriptionfinal Author
author()
Returns the author who initiated the command.boolean
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.int
hashCode()
final String
Return the repository name.final long
Returns the time when performing the command, in milliseconds.final String
toString()
final CommandType
type()
Returns theCommandType
of the command.
-
Method Details
-
repositoryName
Return the repository name. -
equals
-
hashCode
public int hashCode() -
projectName
-
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
Description copied from interface:Command
Returns theCommandType
of the command. -
timestamp
public final long timestamp()Description copied from interface:Command
Returns the time when performing the command, in milliseconds. -
author
Description copied from interface:Command
Returns the author who initiated the command. -
toString
-