| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.ComponentLink> |
BatchReport.ComponentLink.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReport.ComponentLink |
BatchReport.ComponentLink.Builder.build() |
BatchReport.ComponentLink |
BatchReport.ComponentLink.Builder.buildPartial() |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.getDefaultInstance() |
BatchReport.ComponentLink |
BatchReport.ComponentLink.getDefaultInstanceForType() |
BatchReport.ComponentLink |
BatchReport.ComponentLink.Builder.getDefaultInstanceForType() |
BatchReport.ComponentLink |
BatchReport.ComponentOrBuilder.getLink(int index)
repeated .ComponentLink link = 8; |
BatchReport.ComponentLink |
BatchReport.Component.getLink(int index)
repeated .ComponentLink link = 8; |
BatchReport.ComponentLink |
BatchReport.Component.Builder.getLink(int index)
repeated .ComponentLink link = 8; |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseDelimitedFrom(InputStream input) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(byte[] data) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(InputStream input) |
static BatchReport.ComponentLink |
BatchReport.ComponentLink.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchReport.ComponentLink> |
BatchReport.ComponentOrBuilder.getLinkList()
repeated .ComponentLink link = 8; |
List<BatchReport.ComponentLink> |
BatchReport.Component.getLinkList()
repeated .ComponentLink link = 8; |
List<BatchReport.ComponentLink> |
BatchReport.Component.Builder.getLinkList()
repeated .ComponentLink link = 8; |
com.google.protobuf.Parser<BatchReport.ComponentLink> |
BatchReport.ComponentLink.getParserForType() |
static com.google.protobuf.Parser<BatchReport.ComponentLink> |
BatchReport.ComponentLink.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Component.Builder |
BatchReport.Component.Builder.addLink(BatchReport.ComponentLink value)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
BatchReport.Component.Builder.addLink(int index,
BatchReport.ComponentLink value)
repeated .ComponentLink link = 8; |
BatchReport.ComponentLink.Builder |
BatchReport.ComponentLink.Builder.mergeFrom(BatchReport.ComponentLink other) |
static BatchReport.ComponentLink.Builder |
BatchReport.ComponentLink.newBuilder(BatchReport.ComponentLink prototype) |
BatchReport.Component.Builder |
BatchReport.Component.Builder.setLink(int index,
BatchReport.ComponentLink value)
repeated .ComponentLink link = 8; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Component.Builder |
BatchReport.Component.Builder.addAllLink(Iterable<? extends BatchReport.ComponentLink> values)
repeated .ComponentLink link = 8; |
Copyright © 2009–2016 SonarSource. All rights reserved.