| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
TagImageHook |
TagImageHookBuilder.build() |
TagImageHook |
LifecycleHookFluent.buildFirstTagImage() |
TagImageHook |
LifecycleHookFluentImpl.buildFirstTagImage() |
TagImageHook |
LifecycleHookFluent.buildLastTagImage() |
TagImageHook |
LifecycleHookFluentImpl.buildLastTagImage() |
TagImageHook |
LifecycleHookFluent.buildMatchingTagImage(Predicate<TagImageHookBuilder> predicate) |
TagImageHook |
LifecycleHookFluentImpl.buildMatchingTagImage(Predicate<TagImageHookBuilder> predicate) |
TagImageHook |
LifecycleHookFluent.buildTagImage(Integer index) |
TagImageHook |
LifecycleHookFluentImpl.buildTagImage(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<TagImageHook> |
LifecycleHookFluent.buildTagImages() |
List<TagImageHook> |
LifecycleHookFluentImpl.buildTagImages() |
List<TagImageHook> |
LifecycleHookFluent.getTagImages()
Deprecated.
|
List<TagImageHook> |
LifecycleHookFluentImpl.getTagImages()
Deprecated.
|
List<TagImageHook> |
LifecycleHook.getTagImages() |
| Modifier and Type | Method and Description |
|---|---|
A |
LifecycleHookFluent.addAllToTagImages(Collection<TagImageHook> items) |
A |
LifecycleHookFluentImpl.addAllToTagImages(Collection<TagImageHook> items) |
A |
LifecycleHookFluent.removeAllFromTagImages(Collection<TagImageHook> items) |
A |
LifecycleHookFluentImpl.removeAllFromTagImages(Collection<TagImageHook> items) |
void |
LifecycleHook.setTagImages(List<TagImageHook> tagImages) |
A |
LifecycleHookFluent.withTagImages(List<TagImageHook> tagImages) |
A |
LifecycleHookFluentImpl.withTagImages(List<TagImageHook> tagImages) |
| Constructor and Description |
|---|
TagImageHookBuilder(TagImageHook instance) |
TagImageHookBuilder(TagImageHook instance,
Boolean validationEnabled) |
TagImageHookBuilder(TagImageHookFluent<?> fluent,
TagImageHook instance) |
TagImageHookBuilder(TagImageHookFluent<?> fluent,
TagImageHook instance,
Boolean validationEnabled) |
TagImageHookFluentImpl(TagImageHook instance) |
| Constructor and Description |
|---|
LifecycleHook(ExecNewPodHook execNewPod,
String failurePolicy,
List<TagImageHook> tagImages) |
Copyright © 2015–2022 Red Hat. All rights reserved.