Class TransformCommand

java.lang.Object
com.linecorp.centraldogma.server.command.RepositoryCommand<CommitResult>
com.linecorp.centraldogma.server.command.TransformCommand
All Implemented Interfaces:
Command<CommitResult>, NormalizableCommit

public final class TransformCommand extends RepositoryCommand<CommitResult> implements NormalizableCommit
A Command that transforms the content at the base revision with the specified ContentTransformer and pushed the result of transformation. You can find the result of transformation from CommitResult.changes(). Note that this command is not serialized and deserialized.