net.awired.clients.sonar
Class Sonar

java.lang.Object
  extended by net.awired.clients.sonar.Sonar

public class Sonar
extends Object


Constructor Summary
Sonar(String url)
           
Sonar(String url, String login, String password)
           
 
Method Summary
 org.sonar.wsclient.services.Measure findMeasure(String artifactId, String measureKey)
           
 Map<String,SonarQualityMetric> findMetrics()
           
 Project findProject(String projectKey)
           
 Projects findProjects()
           
 org.sonar.wsclient.services.Resource findResource(String resourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sonar

public Sonar(String url)

Sonar

public Sonar(String url,
             String login,
             String password)
Method Detail

findMeasure

public org.sonar.wsclient.services.Measure findMeasure(String artifactId,
                                                       String measureKey)
                                                throws SonarMeasureNotFoundException
Throws:
SonarMeasureNotFoundException

findResource

public org.sonar.wsclient.services.Resource findResource(String resourceId)
                                                  throws SonarResourceNotFoundException
Throws:
SonarResourceNotFoundException

findMetrics

public Map<String,SonarQualityMetric> findMetrics()
                                           throws SonarMetricsNotFoundException
Throws:
SonarMetricsNotFoundException

findProjects

public Projects findProjects()
                      throws SonarProjectsNotFoundException
Throws:
SonarProjectsNotFoundException

findProject

public Project findProject(String projectKey)
                    throws SonarProjectNotFoundException
Throws:
SonarProjectNotFoundException


Copyright © 2012 Awired Network. All Rights Reserved.