Class NormalizingPushCommand

All Implemented Interfaces:
Command<CommitResult>

public final class NormalizingPushCommand extends AbstractPushCommand<CommitResult>
A Command which is used for pushing changes to the repository. The changes are normalized via Repository.previewDiff(Revision, Iterable) before they are applied. You can find the normalized changes from the CommitResult.changes() that is the result of CommandExecutor.execute(Command).