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 Authorauthor()Returns the author who initiated the command.booleanReturns 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.inthashCode()final StringReturn the repository name.final longReturns the time when performing the command, in milliseconds.final StringtoString()final CommandTypetype()Returns theCommandTypeof the command.
-
Method Details
-
repositoryName
Return the repository name. -
equals
-
hashCode
public int hashCode() -
projectName
-
executionPath
Description copied from interface:CommandReturns 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:CommandReturns theCommandTypeof the command. -
timestamp
public final long timestamp()Description copied from interface:CommandReturns the time when performing the command, in milliseconds. -
author
Description copied from interface:CommandReturns the author who initiated the command. -
toString
-