instance.completed(event, build);
instance.completed(event, build2);
instance.completed(event, build3);
MemoryImprint memoryImprint = instance.getMemoryImprint(event);
assertFalse(memoryImprint.wereAllBuildsSuccessful());
assertTrue(memoryImprint.wereAnyBuildsUnstable());
}