AuditLog event = new AuditLog( "Build Result id=" + buildId,
AuditLogConstants.REMOVE_BUILD_RESULT );
event.setCategory( AuditLogConstants.BUILD_RESULT );
event.setCurrentUser( getPrincipal() );
event.log();
}
catch ( ContinuumException e )
{
logger.error( "Error removing BuildResult with id=" + buildId );
addActionError( getText( "buildResult.delete.error", "Unable to delete build result",