IBuildStatusIndicator ibsi = getBuildStatusIndicatorByServiceIndex(index);
// FIXME: incorporate a better configuration of indicators
// IProjectIndicator ipi = getProjectIndicator(xfd.getIndicatorId());
if(psec != null){
if(ibsi != null){
StatusAction sa = psec.evaluate(this);
if(sa != null) {
ibsi.indicate(sa);
}
} else {
LOG.info("no indicator found - I can't indicate anything without that one ");