Class RemoveProjectCommand
java.lang.Object
com.linecorp.centraldogma.server.command.RootCommand<Void>
com.linecorp.centraldogma.server.command.RemoveProjectCommand
A
Command
which is used for removing an existing project.-
Method Summary
Modifier and TypeMethodDescriptionfinal Author
author()
Returns the author who initiated the command.boolean
int
hashCode()
Returns the project name.final long
Returns the time when performing the command, in milliseconds.final String
toString()
final CommandType
type()
Returns theCommandType
of 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: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
-