| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.Flow> |
BatchReport.Flow.PARSER |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Flow |
BatchReport.Flow.Builder.build() |
BatchReport.Flow |
BatchReport.Flow.Builder.buildPartial() |
static BatchReport.Flow |
BatchReport.Flow.getDefaultInstance() |
BatchReport.Flow |
BatchReport.Flow.getDefaultInstanceForType() |
BatchReport.Flow |
BatchReport.Flow.Builder.getDefaultInstanceForType() |
BatchReport.Flow |
BatchReport.IssueOrBuilder.getFlow(int index)
repeated .Flow flow = 8; |
BatchReport.Flow |
BatchReport.Issue.getFlow(int index)
repeated .Flow flow = 8; |
BatchReport.Flow |
BatchReport.Issue.Builder.getFlow(int index)
repeated .Flow flow = 8; |
static BatchReport.Flow |
BatchReport.Flow.parseDelimitedFrom(InputStream input) |
static BatchReport.Flow |
BatchReport.Flow.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(byte[] data) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(InputStream input) |
static BatchReport.Flow |
BatchReport.Flow.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchReport.Flow> |
BatchReport.IssueOrBuilder.getFlowList()
repeated .Flow flow = 8; |
List<BatchReport.Flow> |
BatchReport.Issue.getFlowList()
repeated .Flow flow = 8; |
List<BatchReport.Flow> |
BatchReport.Issue.Builder.getFlowList()
repeated .Flow flow = 8; |
com.google.protobuf.Parser<BatchReport.Flow> |
BatchReport.Flow.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addFlow(BatchReport.Flow value)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addFlow(int index,
BatchReport.Flow value)
repeated .Flow flow = 8; |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.mergeFrom(BatchReport.Flow other) |
static BatchReport.Flow.Builder |
BatchReport.Flow.newBuilder(BatchReport.Flow prototype) |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setFlow(int index,
BatchReport.Flow value)
repeated .Flow flow = 8; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addAllFlow(Iterable<? extends BatchReport.Flow> values)
repeated .Flow flow = 8; |
Copyright © 2009–2015 SonarSource. All rights reserved.