| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.Issue> |
BatchReport.Issue.PARSER |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issue |
BatchReport.Issue.Builder.build() |
BatchReport.Issue |
BatchReport.Issue.Builder.buildPartial() |
static BatchReport.Issue |
BatchReport.Issue.getDefaultInstance() |
BatchReport.Issue |
BatchReport.Issue.getDefaultInstanceForType() |
BatchReport.Issue |
BatchReport.Issue.Builder.getDefaultInstanceForType() |
BatchReport.Issue |
BatchReport.IssuesOrBuilder.getList(int index)
repeated .Issue list = 2; |
BatchReport.Issue |
BatchReport.Issues.getList(int index)
repeated .Issue list = 2; |
BatchReport.Issue |
BatchReport.Issues.Builder.getList(int index)
repeated .Issue list = 2; |
static BatchReport.Issue |
BatchReport.Issue.parseDelimitedFrom(InputStream input) |
static BatchReport.Issue |
BatchReport.Issue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(byte[] data) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(InputStream input) |
static BatchReport.Issue |
BatchReport.Issue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchReport.Issue> |
BatchReport.IssuesOrBuilder.getListList()
repeated .Issue list = 2; |
List<BatchReport.Issue> |
BatchReport.Issues.getListList()
repeated .Issue list = 2; |
List<BatchReport.Issue> |
BatchReport.Issues.Builder.getListList()
repeated .Issue list = 2; |
com.google.protobuf.Parser<BatchReport.Issue> |
BatchReport.Issue.getParserForType() |
List<BatchReport.Issue> |
BatchReportReader.readComponentIssues(int componentRef) |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issues.Builder |
BatchReport.Issues.Builder.addList(BatchReport.Issue value)
repeated .Issue list = 2; |
BatchReport.Issues.Builder |
BatchReport.Issues.Builder.addList(int index,
BatchReport.Issue value)
repeated .Issue list = 2; |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.mergeFrom(BatchReport.Issue other) |
static BatchReport.Issue.Builder |
BatchReport.Issue.newBuilder(BatchReport.Issue prototype) |
BatchReport.Issues.Builder |
BatchReport.Issues.Builder.setList(int index,
BatchReport.Issue value)
repeated .Issue list = 2; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issues.Builder |
BatchReport.Issues.Builder.addAllList(Iterable<? extends BatchReport.Issue> values)
repeated .Issue list = 2; |
void |
BatchReportWriter.writeComponentIssues(int componentRef,
Iterable<BatchReport.Issue> issues) |
void |
BatchReportWriter.writeDeletedComponentIssues(int componentRef,
String componentUuid,
Iterable<BatchReport.Issue> issues)
Issues on components which have been deleted are stored in another location.
|
Copyright © 2009–2015 SonarSource. All rights reserved.