Examples of AnalysisReportLog


Examples of org.sonar.server.computation.AnalysisReportLog

    ComponentDto project = ComponentTesting.newProjectDto()
      .setName(DEFAULT_PROJECT_NAME)
      .setKey(DEFAULT_PROJECT_KEY);
    for (AnalysisReportDto report : reports) {
      report.succeed();
      activityService.write(session, Activity.Type.ANALYSIS_REPORT, new AnalysisReportLog(report, project));
    }

    session.commit();
    userSession.setGlobalPermissions(GlobalPermissions.SYSTEM_ADMIN);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.