Class SessionCommand
java.lang.Object
com.linecorp.centraldogma.server.command.SessionCommand
- Direct Known Subclasses:
CreateSessionCommand, CreateSessionMasterKeyCommand, RemoveSessionCommand, RotateSessionMasterKeyCommand
-
Method Summary
Modifier and TypeMethodDescriptionfinal Authorauthor()Returns the author who initiated the command.booleanfinal StringReturns 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 longReturns the time when performing the command, in milliseconds.final StringtoString()final CommandTypetype()Returns theCommandTypeof the command.
-
Method Details
-
executionPath
-
type
Description copied from interface:CommandReturns theCommandTypeof the command. -
timestamp
-
author
-
equals
-
hashCode
-
toString
-