Class PushAsIsCommand
java.lang.Object
com.linecorp.centraldogma.server.command.RepositoryCommand<Revision>
com.linecorp.centraldogma.server.command.AbstractPushCommand<Revision>
com.linecorp.centraldogma.server.command.PushAsIsCommand
A
Command
which is used replicate a NormalizingPushCommand
to other replicas.
Unlike NormalizingPushCommand
, the changes of this Command
are not normalized and applied as they are.-
Method Summary
Modifier and TypeMethodDescriptionfinal Author
author()
Returns the author who initiated the command.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.AbstractPushCommand
baseRevision, changes, detail, equals, hashCode, markup, summary
Methods inherited from class com.linecorp.centraldogma.server.command.RepositoryCommand
executionPath, projectName, repositoryName
-
Method Details
-
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
-