addActionError( getText( "buildResult.delete.error", "Unable to delete build result",
new Integer( buildId ).toString() ) );
}
catch ( BuildManagerException e )
{
throw new ContinuumException( e.getMessage(), e );
}
AuditLog event = new AuditLog( "Build Result id=" + buildId, AuditLogConstants.REMOVE_BUILD_RESULT );
event.setCategory( AuditLogConstants.BUILD_RESULT );
event.setCurrentUser( getPrincipal() );