net.awired.clients.sonar
Class Sonar
java.lang.Object
net.awired.clients.sonar.Sonar
public class Sonar
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sonar
public Sonar(String url)
Sonar
public Sonar(String url,
String login,
String password)
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.