| Package | Description |
|---|---|
| org.sonar.batch.protocol | |
| org.sonar.batch.protocol.output |
| Modifier and Type | Method and Description |
|---|---|
static Constants.TestStatus |
Constants.TestStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Constants.TestStatus |
Constants.TestStatus.valueOf(int value) |
static Constants.TestStatus |
Constants.TestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.TestStatus[] |
Constants.TestStatus.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.TestStatus> |
Constants.TestStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Constants.TestStatus |
BatchReport.TestOrBuilder.getStatus()
optional .TestStatus status = 2; |
Constants.TestStatus |
BatchReport.Test.getStatus()
optional .TestStatus status = 2; |
Constants.TestStatus |
BatchReport.Test.Builder.getStatus()
optional .TestStatus status = 2; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Test.Builder |
BatchReport.Test.Builder.setStatus(Constants.TestStatus value)
optional .TestStatus status = 2; |
Copyright © 2009–2016 SonarSource. All rights reserved.