Package ch.hortis.sonar.service

Examples of ch.hortis.sonar.service.CollectableService


      throw new MojoExecutionException("Unable to find the last snapshot group");
    }
    snapshot.setSnapshotGroup(snapshotGroup);
    manager.persist(snapshot);

    CollectableService collectableService = new CollectableService(manager);
    collectableService.persistCollectables(snapshot, collectables);

    manager.getTransaction().commit();

    triggerMeasureCalculation(snapshotGroup);
  }
View Full Code Here

TOP

Related Classes of ch.hortis.sonar.service.CollectableService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.