| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.Duplicate> |
BatchReport.Duplicate.PARSER |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Duplicate |
BatchReport.Duplicate.Builder.build() |
BatchReport.Duplicate |
BatchReport.Duplicate.Builder.buildPartial() |
static BatchReport.Duplicate |
BatchReport.Duplicate.getDefaultInstance() |
BatchReport.Duplicate |
BatchReport.Duplicate.getDefaultInstanceForType() |
BatchReport.Duplicate |
BatchReport.Duplicate.Builder.getDefaultInstanceForType() |
BatchReport.Duplicate |
BatchReport.DuplicationOrBuilder.getDuplicate(int index)
repeated .Duplicate duplicate = 2; |
BatchReport.Duplicate |
BatchReport.Duplication.getDuplicate(int index)
repeated .Duplicate duplicate = 2; |
BatchReport.Duplicate |
BatchReport.Duplication.Builder.getDuplicate(int index)
repeated .Duplicate duplicate = 2; |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseDelimitedFrom(InputStream input) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(byte[] data) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(InputStream input) |
static BatchReport.Duplicate |
BatchReport.Duplicate.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchReport.Duplicate> |
BatchReport.DuplicationOrBuilder.getDuplicateList()
repeated .Duplicate duplicate = 2; |
List<BatchReport.Duplicate> |
BatchReport.Duplication.getDuplicateList()
repeated .Duplicate duplicate = 2; |
List<BatchReport.Duplicate> |
BatchReport.Duplication.Builder.getDuplicateList()
repeated .Duplicate duplicate = 2; |
com.google.protobuf.Parser<BatchReport.Duplicate> |
BatchReport.Duplicate.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addDuplicate(BatchReport.Duplicate value)
repeated .Duplicate duplicate = 2; |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addDuplicate(int index,
BatchReport.Duplicate value)
repeated .Duplicate duplicate = 2; |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.mergeFrom(BatchReport.Duplicate other) |
static BatchReport.Duplicate.Builder |
BatchReport.Duplicate.newBuilder(BatchReport.Duplicate prototype) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.setDuplicate(int index,
BatchReport.Duplicate value)
repeated .Duplicate duplicate = 2; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addAllDuplicate(Iterable<? extends BatchReport.Duplicate> values)
repeated .Duplicate duplicate = 2; |
Copyright © 2009–2015 SonarSource. All rights reserved.