org.sonar.ide.client
Class SonarClient
java.lang.Object
org.sonar.wsclient.Sonar
org.sonar.ide.client.SonarClient
Deprecated. since 0.2, use SourceCodeSearchEngine instead of it
@Deprecated
public class SonarClient
- extends org.sonar.wsclient.Sonar
|
Method Summary |
<MODEL extends org.sonar.wsclient.services.Model>
MODEL |
|
find(org.sonar.wsclient.services.Query<MODEL> query)
Deprecated. |
<MODEL extends org.sonar.wsclient.services.Model>
List<MODEL> |
|
findAll(org.sonar.wsclient.services.Query<MODEL> query)
Deprecated. |
int |
getServerTrips()
Deprecated. |
boolean |
isAvailable()
Deprecated. |
| Methods inherited from class org.sonar.wsclient.Sonar |
create, create, create, delete, getConnector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SonarClient
public SonarClient(String host)
- Deprecated.
SonarClient
public SonarClient(String host,
String username,
String password)
- Deprecated.
find
public <MODEL extends org.sonar.wsclient.services.Model> MODEL find(org.sonar.wsclient.services.Query<MODEL> query)
- Deprecated.
- Overrides:
find in class org.sonar.wsclient.Sonar
findAll
public <MODEL extends org.sonar.wsclient.services.Model> List<MODEL> findAll(org.sonar.wsclient.services.Query<MODEL> query)
- Deprecated.
- Overrides:
findAll in class org.sonar.wsclient.Sonar
getServerTrips
public int getServerTrips()
- Deprecated.
isAvailable
public boolean isAvailable()
- Deprecated.
Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.