Package org.sonar.wsclient.services

Examples of org.sonar.wsclient.services.ViolationQuery


        super(project, virtualFile);
    }

    @Override
    protected Query<Violation> getQuery(String resourceKey) {
        ViolationQuery violationQuery = ViolationQuery.createForResource(resourceKey);
        violationQuery.setDepth(-1);
        return violationQuery;
    }
View Full Code Here

TOP

Related Classes of org.sonar.wsclient.services.ViolationQuery

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.