| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.Changesets.Changeset> |
BatchReport.Changesets.Changeset.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.Builder.build() |
BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.Builder.buildPartial() |
BatchReport.Changesets.Changeset |
BatchReport.ChangesetsOrBuilder.getChangeset(int index)
repeated .Changesets.Changeset changeset = 2; |
BatchReport.Changesets.Changeset |
BatchReport.Changesets.getChangeset(int index)
repeated .Changesets.Changeset changeset = 2; |
BatchReport.Changesets.Changeset |
BatchReport.Changesets.Builder.getChangeset(int index)
repeated .Changesets.Changeset changeset = 2; |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.getDefaultInstance() |
BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.getDefaultInstanceForType() |
BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.Builder.getDefaultInstanceForType() |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseDelimitedFrom(InputStream input) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(byte[] data) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(InputStream input) |
static BatchReport.Changesets.Changeset |
BatchReport.Changesets.Changeset.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchReport.Changesets.Changeset> |
BatchReport.ChangesetsOrBuilder.getChangesetList()
repeated .Changesets.Changeset changeset = 2; |
List<BatchReport.Changesets.Changeset> |
BatchReport.Changesets.getChangesetList()
repeated .Changesets.Changeset changeset = 2; |
List<BatchReport.Changesets.Changeset> |
BatchReport.Changesets.Builder.getChangesetList()
repeated .Changesets.Changeset changeset = 2; |
com.google.protobuf.Parser<BatchReport.Changesets.Changeset> |
BatchReport.Changesets.Changeset.getParserForType() |
static com.google.protobuf.Parser<BatchReport.Changesets.Changeset> |
BatchReport.Changesets.Changeset.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Changesets.Builder |
BatchReport.Changesets.Builder.addChangeset(BatchReport.Changesets.Changeset value)
repeated .Changesets.Changeset changeset = 2; |
BatchReport.Changesets.Builder |
BatchReport.Changesets.Builder.addChangeset(int index,
BatchReport.Changesets.Changeset value)
repeated .Changesets.Changeset changeset = 2; |
BatchReport.Changesets.Changeset.Builder |
BatchReport.Changesets.Changeset.Builder.mergeFrom(BatchReport.Changesets.Changeset other) |
static BatchReport.Changesets.Changeset.Builder |
BatchReport.Changesets.Changeset.newBuilder(BatchReport.Changesets.Changeset prototype) |
BatchReport.Changesets.Builder |
BatchReport.Changesets.Builder.setChangeset(int index,
BatchReport.Changesets.Changeset value)
repeated .Changesets.Changeset changeset = 2; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Changesets.Builder |
BatchReport.Changesets.Builder.addAllChangeset(Iterable<? extends BatchReport.Changesets.Changeset> values)
repeated .Changesets.Changeset changeset = 2; |
Copyright © 2009–2016 SonarSource. All rights reserved.