internal Repositories(ImprovedRestClient client)
 {
     _client = client;
 }
 public SonarQubeClient(string baseUrl, string username, string password)
 {
     _client = new ImprovedRestClient(baseUrl, username, password);
     InjectDependencies();
 }
Example #3
0
 internal Users(ImprovedRestClient client)
 {
     _client = client;
 }
Example #4
0
 internal Groups(ImprovedRestClient client)
 {
     _client = client;
 }
Example #5
0
 internal Projects(ImprovedRestClient client)
 {
     _client = client;
 }
 internal Permissions(ImprovedRestClient client)
 {
     _client = client;
 }
 internal Permissions(ImprovedRestClient client)
 {
     _client = client;
 }
Example #8
0
 internal Projects(ImprovedRestClient client)
 {
     _client = client;
 }
 public SonarQubeClient(string baseUrl, string username, string password)
 {
     _client = new ImprovedRestClient(baseUrl, username, password);
     InjectDependencies();
 }
Example #10
0
 internal Users(ImprovedRestClient client)
 {
     _client = client;
 }
Example #11
0
 internal Groups(ImprovedRestClient client)
 {
     _client = client;
 }