| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.IssueLocation> |
BatchReport.IssueLocation.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReport.IssueLocation |
BatchReport.IssueLocation.Builder.build() |
BatchReport.IssueLocation |
BatchReport.IssueLocation.Builder.buildPartial() |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.getDefaultInstance() |
BatchReport.IssueLocation |
BatchReport.IssueLocation.getDefaultInstanceForType() |
BatchReport.IssueLocation |
BatchReport.IssueLocation.Builder.getDefaultInstanceForType() |
BatchReport.IssueLocation |
BatchReport.FlowOrBuilder.getLocation(int index)
repeated .IssueLocation location = 1; |
BatchReport.IssueLocation |
BatchReport.Flow.getLocation(int index)
repeated .IssueLocation location = 1; |
BatchReport.IssueLocation |
BatchReport.Flow.Builder.getLocation(int index)
repeated .IssueLocation location = 1; |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseDelimitedFrom(InputStream input) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(byte[] data) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(InputStream input) |
static BatchReport.IssueLocation |
BatchReport.IssueLocation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchReport.IssueLocation> |
BatchReport.FlowOrBuilder.getLocationList()
repeated .IssueLocation location = 1; |
List<BatchReport.IssueLocation> |
BatchReport.Flow.getLocationList()
repeated .IssueLocation location = 1; |
List<BatchReport.IssueLocation> |
BatchReport.Flow.Builder.getLocationList()
repeated .IssueLocation location = 1; |
com.google.protobuf.Parser<BatchReport.IssueLocation> |
BatchReport.IssueLocation.getParserForType() |
static com.google.protobuf.Parser<BatchReport.IssueLocation> |
BatchReport.IssueLocation.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addLocation(BatchReport.IssueLocation value)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addLocation(int index,
BatchReport.IssueLocation value)
repeated .IssueLocation location = 1; |
BatchReport.IssueLocation.Builder |
BatchReport.IssueLocation.Builder.mergeFrom(BatchReport.IssueLocation other) |
static BatchReport.IssueLocation.Builder |
BatchReport.IssueLocation.newBuilder(BatchReport.IssueLocation prototype) |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.setLocation(int index,
BatchReport.IssueLocation value)
repeated .IssueLocation location = 1; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addAllLocation(Iterable<? extends BatchReport.IssueLocation> values)
repeated .IssueLocation location = 1; |
Copyright © 2009–2016 SonarSource. All rights reserved.