Class UnremoveProjectCommand
java.lang.Object
com.linecorp.centraldogma.server.command.RootCommand<Void>
com.linecorp.centraldogma.server.command.UnremoveProjectCommand
A
Command which is used for restoring a project that was removed before.-
Method Summary
Modifier and TypeMethodDescriptionfinal Authorauthor()Returns the author who initiated the command.booleaninthashCode()Returns the project name.final longReturns the time when performing the command, in milliseconds.final StringtoString()final CommandTypetype()Returns theCommandTypeof the command.Methods inherited from class com.linecorp.centraldogma.server.command.RootCommand
executionPath
-
Method Details
-
projectName
Returns the project name. -
equals
-
hashCode
public int hashCode() -
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
-