| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReport.Duplicate
Protobuf type
Duplicate |
static class |
BatchReport.Duplicate.Builder
Protobuf type
Duplicate |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.DuplicateOrBuilder |
BatchReport.DuplicationOrBuilder.getDuplicateOrBuilder(int index)
repeated .Duplicate duplicate = 2; |
BatchReport.DuplicateOrBuilder |
BatchReport.Duplication.getDuplicateOrBuilder(int index)
repeated .Duplicate duplicate = 2; |
BatchReport.DuplicateOrBuilder |
BatchReport.Duplication.Builder.getDuplicateOrBuilder(int index)
repeated .Duplicate duplicate = 2; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends BatchReport.DuplicateOrBuilder> |
BatchReport.DuplicationOrBuilder.getDuplicateOrBuilderList()
repeated .Duplicate duplicate = 2; |
List<? extends BatchReport.DuplicateOrBuilder> |
BatchReport.Duplication.getDuplicateOrBuilderList()
repeated .Duplicate duplicate = 2; |
List<? extends BatchReport.DuplicateOrBuilder> |
BatchReport.Duplication.Builder.getDuplicateOrBuilderList()
repeated .Duplicate duplicate = 2; |
Copyright © 2009–2015 SonarSource. All rights reserved.