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.
|
Modifier and Type | Method and Description |
---|---|
static HookOuterClass.Hook.Event |
HookOuterClass.Hook.Event.forNumber(int value) |
HookOuterClass.Hook.Event |
HookOuterClass.HookOrBuilder.getEvents(int index)
Events are the events that this hook fires on.
|
HookOuterClass.Hook.Event |
HookOuterClass.Hook.getEvents(int index)
Events are the events that this hook fires on.
|
HookOuterClass.Hook.Event |
HookOuterClass.Hook.Builder.getEvents(int index)
Events are the events that this hook fires on.
|
static HookOuterClass.Hook.Event |
HookOuterClass.Hook.Event.valueOf(Descriptors.EnumValueDescriptor desc) |
static HookOuterClass.Hook.Event |
HookOuterClass.Hook.Event.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HookOuterClass.Hook.Event |
HookOuterClass.Hook.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HookOuterClass.Hook.Event[] |
HookOuterClass.Hook.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<HookOuterClass.Hook.Event> |
HookOuterClass.HookOrBuilder.getEventsList()
Events are the events that this hook fires on.
|
List<HookOuterClass.Hook.Event> |
HookOuterClass.Hook.getEventsList()
Events are the events that this hook fires on.
|
List<HookOuterClass.Hook.Event> |
HookOuterClass.Hook.Builder.getEventsList()
Events are the events that this hook fires on.
|
static Internal.EnumLiteMap<HookOuterClass.Hook.Event> |
HookOuterClass.Hook.Event.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
HookOuterClass.Hook.Builder |
HookOuterClass.Hook.Builder.addEvents(HookOuterClass.Hook.Event value)
Events are the events that this hook fires on.
|
HookOuterClass.Hook.Builder |
HookOuterClass.Hook.Builder.setEvents(int index,
HookOuterClass.Hook.Event value)
Events are the events that this hook fires on.
|
Modifier and Type | Method and Description |
---|---|
HookOuterClass.Hook.Builder |
HookOuterClass.Hook.Builder.addAllEvents(Iterable<? extends HookOuterClass.Hook.Event> values)
Events are the events that this hook fires on.
|
Copyright © 2017–2018, microBean. All rights reserved.