builder.setRevert(revert);
HandoverInfo handoverInfo = builder.createHandoverInfo();
if (!dryRun) {
try {
boolean handoverSuccess = handoverTarget.handoverContent(handoverInfo);
String informationMessage = "Source: " + source.getName() + ", " + handoverTag;
if (handoverSuccess) {
getProject().auditLog(AuditStatus.INFO, "Handover",
"Handover target reported success", informationMessage, null);
} else {