| Package | Description |
|---|---|
| org.mule.tools.connectivity.sonar.client.rest | |
| org.mule.tools.connectivity.sonar.client.rest.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectIssues |
SonarRestClient.getProjectIssues(String projectKey,
Integer maxResults,
ProjectIssueSeverity severity) |
| Modifier and Type | Method and Description |
|---|---|
ProjectIssues |
SonarRestClient.getProjectIssues(String projectKey,
Integer maxResults,
List<ProjectIssueSeverity> severities) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectIssueSeverity |
ProjectIssueSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectIssueSeverity[] |
ProjectIssueSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.