Package | Description |
---|---|
hapi.release |
Provides generated classes and interfaces for the
release-related
aspects of communicating with Helm's server-side Tiller
component from Java.
|
hapi.services.rudder |
Provides generated classes and interfaces for
writing rudders—Tiller
plugins—from Java.
|
hapi.services.tiller |
Provides generated classes and interfaces for
communicating with Helm's server-side Tiller
component from Java.
|
Modifier and Type | Method and Description |
---|---|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clear() |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearDeleted()
Deleted tracks when this object was deleted.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearDescription()
Description is human-friendly "log entry" about this release.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearField(Descriptors.FieldDescriptor field) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearLastDeployed()
.google.protobuf.Timestamp last_deployed = 3; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clearStatus()
.hapi.release.Status status = 1; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.clone() |
InfoOuterClass.Info.Builder |
ReleaseOuterClass.Release.Builder.getInfoBuilder()
Info provides information about a release
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeDeleted(Timestamp value)
Deleted tracks when this object was deleted.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeFirstDeployed(Timestamp value)
.google.protobuf.Timestamp first_deployed = 2; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeFrom(InfoOuterClass.Info other) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeFrom(Message other) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeLastDeployed(Timestamp value)
.google.protobuf.Timestamp last_deployed = 3; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeStatus(StatusOuterClass.Status value)
.hapi.release.Status status = 1; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static InfoOuterClass.Info.Builder |
InfoOuterClass.Info.newBuilder() |
static InfoOuterClass.Info.Builder |
InfoOuterClass.Info.newBuilder(InfoOuterClass.Info prototype) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.newBuilderForType() |
protected InfoOuterClass.Info.Builder |
InfoOuterClass.Info.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setDeleted(Timestamp.Builder builderForValue)
Deleted tracks when this object was deleted.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setDeleted(Timestamp value)
Deleted tracks when this object was deleted.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setDescription(String value)
Description is human-friendly "log entry" about this release.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setDescriptionBytes(ByteString value)
Description is human-friendly "log entry" about this release.
|
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setFirstDeployed(Timestamp.Builder builderForValue)
.google.protobuf.Timestamp first_deployed = 2; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setFirstDeployed(Timestamp value)
.google.protobuf.Timestamp first_deployed = 2; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setLastDeployed(Timestamp.Builder builderForValue)
.google.protobuf.Timestamp last_deployed = 3; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setLastDeployed(Timestamp value)
.google.protobuf.Timestamp last_deployed = 3; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setStatus(StatusOuterClass.Status.Builder builderForValue)
.hapi.release.Status status = 1; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setStatus(StatusOuterClass.Status value)
.hapi.release.Status status = 1; |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
InfoOuterClass.Info.Builder |
InfoOuterClass.Info.toBuilder() |
Modifier and Type | Method and Description |
---|---|
ReleaseOuterClass.Release.Builder |
ReleaseOuterClass.Release.Builder.setInfo(InfoOuterClass.Info.Builder builderForValue)
Info provides information about a release
|
Modifier and Type | Method and Description |
---|---|
InfoOuterClass.Info.Builder |
Rudder.ReleaseStatusResponse.Builder.getInfoBuilder()
.hapi.release.Info info = 2; |
Modifier and Type | Method and Description |
---|---|
Rudder.ReleaseStatusResponse.Builder |
Rudder.ReleaseStatusResponse.Builder.setInfo(InfoOuterClass.Info.Builder builderForValue)
.hapi.release.Info info = 2; |
Modifier and Type | Method and Description |
---|---|
InfoOuterClass.Info.Builder |
Tiller.GetReleaseStatusResponse.Builder.getInfoBuilder()
Info contains information about the release.
|
Modifier and Type | Method and Description |
---|---|
Tiller.GetReleaseStatusResponse.Builder |
Tiller.GetReleaseStatusResponse.Builder.setInfo(InfoOuterClass.Info.Builder builderForValue)
Info contains information about the release.
|
Copyright © 2017–2018, microBean. All rights reserved.