Package | Description |
---|---|
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 |
---|---|
static Tiller.ListSort.SortOrder |
Tiller.ListSort.SortOrder.forNumber(int value) |
Tiller.ListSort.SortOrder |
Tiller.ListReleasesRequestOrBuilder.getSortOrder()
SortOrder is the ordering directive used for sorting.
|
Tiller.ListSort.SortOrder |
Tiller.ListReleasesRequest.getSortOrder()
SortOrder is the ordering directive used for sorting.
|
Tiller.ListSort.SortOrder |
Tiller.ListReleasesRequest.Builder.getSortOrder()
SortOrder is the ordering directive used for sorting.
|
static Tiller.ListSort.SortOrder |
Tiller.ListSort.SortOrder.valueOf(Descriptors.EnumValueDescriptor desc) |
static Tiller.ListSort.SortOrder |
Tiller.ListSort.SortOrder.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Tiller.ListSort.SortOrder |
Tiller.ListSort.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tiller.ListSort.SortOrder[] |
Tiller.ListSort.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Tiller.ListSort.SortOrder> |
Tiller.ListSort.SortOrder.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Tiller.ListReleasesRequest.Builder |
Tiller.ListReleasesRequest.Builder.setSortOrder(Tiller.ListSort.SortOrder value)
SortOrder is the ordering directive used for sorting.
|
Copyright © 2017–2018, microBean. All rights reserved.