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.SortBy |
Tiller.ListSort.SortBy.forNumber(int value) |
Tiller.ListSort.SortBy |
Tiller.ListReleasesRequestOrBuilder.getSortBy()
SortBy is the sort field that the ListReleases server should sort data before returning.
|
Tiller.ListSort.SortBy |
Tiller.ListReleasesRequest.getSortBy()
SortBy is the sort field that the ListReleases server should sort data before returning.
|
Tiller.ListSort.SortBy |
Tiller.ListReleasesRequest.Builder.getSortBy()
SortBy is the sort field that the ListReleases server should sort data before returning.
|
static Tiller.ListSort.SortBy |
Tiller.ListSort.SortBy.valueOf(Descriptors.EnumValueDescriptor desc) |
static Tiller.ListSort.SortBy |
Tiller.ListSort.SortBy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Tiller.ListSort.SortBy |
Tiller.ListSort.SortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tiller.ListSort.SortBy[] |
Tiller.ListSort.SortBy.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.SortBy> |
Tiller.ListSort.SortBy.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Tiller.ListReleasesRequest.Builder |
Tiller.ListReleasesRequest.Builder.setSortBy(Tiller.ListSort.SortBy value)
SortBy is the sort field that the ListReleases server should sort data before returning.
|
Copyright © 2017–2018, microBean. All rights reserved.