| Package | Description |
|---|---|
| org.sonar.batch.protocol | |
| org.sonar.batch.protocol.input | |
| org.sonar.batch.protocol.output |
| Modifier and Type | Method and Description |
|---|---|
static Constants.Severity |
Constants.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Constants.Severity |
Constants.Severity.valueOf(int value) |
static Constants.Severity |
Constants.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Severity[] |
Constants.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Constants.Severity> |
Constants.Severity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Constants.Severity |
BatchInput.ServerIssueOrBuilder.getSeverity()
optional .Severity severity = 8; |
Constants.Severity |
BatchInput.ServerIssue.getSeverity()
optional .Severity severity = 8; |
Constants.Severity |
BatchInput.ServerIssue.Builder.getSeverity()
optional .Severity severity = 8; |
| Modifier and Type | Method and Description |
|---|---|
BatchInput.ServerIssue.Builder |
BatchInput.ServerIssue.Builder.setSeverity(Constants.Severity value)
optional .Severity severity = 8; |
| Modifier and Type | Method and Description |
|---|---|
Constants.Severity |
BatchReport.IssueOrBuilder.getSeverity()
optional .Severity severity = 5; |
Constants.Severity |
BatchReport.Issue.getSeverity()
optional .Severity severity = 5; |
Constants.Severity |
BatchReport.Issue.Builder.getSeverity()
optional .Severity severity = 5; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setSeverity(Constants.Severity value)
optional .Severity severity = 5; |
Copyright © 2009–2015 SonarSource. All rights reserved.